mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
delve: update to 1.4.0
This commit is contained in:
parent
43453f9b0f
commit
53ac2ce894
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'delve'
|
# Template file for 'delve'
|
||||||
pkgname=delve
|
pkgname=delve
|
||||||
version=1.3.2
|
version=1.4.0
|
||||||
revision=1
|
revision=1
|
||||||
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@renag.me>"
|
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/go-delve/delve"
|
homepage="https://github.com/go-delve/delve"
|
||||||
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=a1879caba7caee970e38b57aa81575b9b3e5a17f0ceef05e1f3d09d94f296e5c
|
checksum=56f5e208a6d72e3fb00ba65fbd4255c41904c37169892478011ed24df034667c
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|arm*|aarch64*|ppc*) broken=yes ;;
|
i686*|arm*|ppc*) broken=yes ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue