mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
delve: update to 1.25.0
This commit is contained in:
parent
7eb6dacd7b
commit
42c4c85426
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'delve'
|
# Template file for 'delve'
|
||||||
pkgname=delve
|
pkgname=delve
|
||||||
version=1.23.0
|
version=1.25.0
|
||||||
revision=2
|
revision=1
|
||||||
# https://github.com/go-delve/delve/blob/master/pkg/proc/native/support_sentinel_linux.go
|
# https://github.com/go-delve/delve/blob/master/pkg/proc/native/support_sentinel_linux.go
|
||||||
archs="x86_64* i686* aarch64*"
|
archs="x86_64* i686* aarch64*"
|
||||||
build_style=go
|
build_style=go
|
||||||
|
@ -13,7 +13,7 @@ license="MIT"
|
||||||
homepage="https://github.com/go-delve/delve"
|
homepage="https://github.com/go-delve/delve"
|
||||||
changelog="https://raw.githubusercontent.com/go-delve/delve/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/go-delve/delve/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/go-delve/delve/archive/v${version}.tar.gz"
|
distfiles="https://github.com/go-delve/delve/archive/v${version}.tar.gz"
|
||||||
checksum=fed613f0457600a30713968c111bb1fc3b014a4ebb25acaaf45cdbd03f8337a1
|
checksum=f9d95d98103a2c72ff4d3eacbb419407ad2624e8205b7f45de375b17ad7f8d27
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue