Skip to content

Commit

Permalink
delve: update to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renatoaguiar authored and Juan RP committed Feb 12, 2020
1 parent 43453f9 commit 53ac2ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions srcpkgs/delve/template
@@ -1,18 +1,18 @@
# Template file for 'delve'
pkgname=delve
version=1.3.2
version=1.4.0
revision=1
build_style=go
go_import_path=github.com/go-delve/delve/cmd/dlv
short_desc="Debugger for the Go programming language"
maintainer="Renato Aguiar <renato@renag.me>"
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
license="MIT"
homepage="https://github.com/go-delve/delve"
distfiles="https://github.com/go-delve/delve/archive/v${version}.tar.gz"
checksum=a1879caba7caee970e38b57aa81575b9b3e5a17f0ceef05e1f3d09d94f296e5c
checksum=56f5e208a6d72e3fb00ba65fbd4255c41904c37169892478011ed24df034667c

case "$XBPS_TARGET_MACHINE" in
i686*|arm*|aarch64*|ppc*) broken=yes ;;
i686*|arm*|ppc*) broken=yes ;;
esac

post_install() {
Expand Down

0 comments on commit 53ac2ce

Please sign in to comment.