summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStas Rudakou2019-09-22 18:11:45 +0300
committerStas Rudakou2019-09-22 18:11:45 +0300
commit2875c227611e6137e7a563ed9a36181bf5587732 (patch)
tree4fe6a1273ffebdac667e03e855a785f7629f2a2d /PKGBUILD
parent1d022af3d75af33515542134275a27ee8963fb91 (diff)
downloadaur-2875c227611e6137e7a563ed9a36181bf5587732.tar.gz
Upgrade version to jira-1.0.21
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dce958fd27e5..8c8336ae7b2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Stas Rudakou <stas at garage22 dot net>
pkgname=go-jira
-pkgver=1.0.20
+pkgver=1.0.21
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=('4eb49f39caa87b2fc799409d2a81118c8da0f11dcd74e51eab959bbcb86e394c')
+sha256sums=('4de88860dc7bd7e25cd8724ec74495b6727483b0262840e56c59d817b63f398c')
package() {
install -Dm755 jira-$pkgver "$pkgdir/usr/bin/jira"