summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStas Rudakou2020-11-01 21:53:55 +0300
committerStas Rudakou2020-11-01 21:53:55 +0300
commit1fc01c8f7e0f207c11fbc8820cb1a8e74769515b (patch)
treea99413f950a2cfbeb12fd04e02d7bd42afa216e6 /PKGBUILD
parentef1e8a3e51dcfb09eed1af7afea64d4b5139ee7c (diff)
downloadaur-go-jira-bin.tar.gz
Upgrade to jira-1.0.27
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4d1e3bef9cb..37e6f42064a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=go-jira-bin
conflicts=('go-jira')
-pkgver=1.0.26
+pkgver=1.0.27
pkgrel=1
pkgdesc="Simple command line client for Atlassian's Jira service written in Go"
url="https://github.com/Netflix-Skunkworks/go-jira"
arch=('x86_64')
license=('APACHE')
source=("jira-$pkgver::https://github.com/Netflix-Skunkworks/go-jira/releases/download/v$pkgver/jira-linux-amd64")
-sha256sums=('27a1bb92e763ebdb4ba4204a1d7874d3d5e9094f6d6b15299c6e41f6a3546e83')
+sha256sums=('c02854a29c28961e40f422dafbaa7400cefdaf3fcc5b6e662a69e4f8297ab529')
package() {
install -Dm755 jira-$pkgver "$pkgdir/usr/bin/jira"