delve: update to 1.20.0.

This commit is contained in:
Siddhartha Menon 2022-12-17 22:37:07 +00:00 committed by Michal Vasilek
parent 461d3914ef
commit 2a6808be52

View file

@ -1,8 +1,8 @@
# Template file for 'delve' # Template file for 'delve'
pkgname=delve pkgname=delve
version=1.8.0 version=1.20.0
revision=1 revision=1
# https://github.com/go-delve/delve/blob/master/pkg/proc/native/support_sentinel.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
go_import_path=github.com/go-delve/delve/cmd/dlv go_import_path=github.com/go-delve/delve/cmd/dlv
@ -12,7 +12,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=086106a4776fa155bf20c37d27b9caed55255be6359c7f0bda1893d3adbb614e checksum=39d2e3ae965abf5e71f3d8efbef368b1ee1d7154ea6604ec71d508350d419d03
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE