delve: update to 1.8.0.
This commit is contained in:
parent
a079e65738
commit
8f20678c17
1 changed files with 5 additions and 6 deletions
|
@ -1,19 +1,18 @@
|
||||||
# Template file for 'delve'
|
# Template file for 'delve'
|
||||||
pkgname=delve
|
pkgname=delve
|
||||||
version=1.7.1
|
version=1.8.0
|
||||||
revision=1
|
revision=1
|
||||||
|
# https://github.com/go-delve/delve/blob/master/pkg/proc/native/support_sentinel.go
|
||||||
|
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
|
||||||
short_desc="Debugger for the Go programming language"
|
short_desc="Debugger for the Go programming language"
|
||||||
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
||||||
license="MIT"
|
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"
|
||||||
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=0734b86d48291749ba2537fa6c03e4c3451628f630055c877789e0346db8d67d
|
checksum=086106a4776fa155bf20c37d27b9caed55255be6359c7f0bda1893d3adbb614e
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
i686*|arm*|ppc*) broken=yes ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue