summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStas Rudakou2019-10-07 23:37:04 +0300
committerStas Rudakou2019-10-07 23:37:04 +0300
commit21887373aa4ad3fd0798191dfd38360e56e80996 (patch)
tree19b1baf21025dab975473e6d838d5adcd60e4614 /PKGBUILD
parent2875c227611e6137e7a563ed9a36181bf5587732 (diff)
downloadaur-21887373aa4ad3fd0798191dfd38360e56e80996.tar.gz
Upgrade to jira-1.0.22
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c8336ae7b2d..ff713dfa00ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Stas Rudakou <stas at garage22 dot net>
pkgname=go-jira
-pkgver=1.0.21
+pkgver=1.0.22
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=('4de88860dc7bd7e25cd8724ec74495b6727483b0262840e56c59d817b63f398c')
+sha256sums=('448e7476b64de85e4958427715f0ea1b5c182461a781fd6ebc75e9f71c70e271')
package() {
install -Dm755 jira-$pkgver "$pkgdir/usr/bin/jira"