mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
go-jira: update to 1.0.13.
This commit is contained in:
parent
098e1f3ea7
commit
8bf7a64b7b
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'go-jira'
|
# Template file for 'go-jira'
|
||||||
pkgname=go-jira
|
pkgname=go-jira
|
||||||
version=1.0.12
|
version=1.0.13
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
hostmakedepends="dep"
|
hostmakedepends="dep"
|
||||||
short_desc="Simple jira command line client in Go"
|
short_desc="Simple jira command line client in Go"
|
||||||
|
@ -11,7 +11,7 @@ go_import_path="github.com/Netflix-Skunkworks/go-jira"
|
||||||
go_package="$go_import_path/cmd/jira"
|
go_package="$go_import_path/cmd/jira"
|
||||||
homepage="https://$go_import_path"
|
homepage="https://$go_import_path"
|
||||||
distfiles="$homepage/archive/v$version.tar.gz"
|
distfiles="$homepage/archive/v$version.tar.gz"
|
||||||
checksum=7ce5d6dcc5021f2019b0107c4ad342979d18bb110188b810017b2d94ff384a33
|
checksum=61d58d9851e1dd92eb67342f1d75fef9c908059d3b9152a7e51ea027a31e6b09
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
git config --global http.https://gopkg.in.followRedirects true
|
git config --global http.https://gopkg.in.followRedirects true
|
||||||
|
|
Loading…
Add table
Reference in a new issue