summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStas Rudakou2019-09-22 18:11:45 +0300
committerStas Rudakou2019-09-22 18:11:45 +0300
commit2875c227611e6137e7a563ed9a36181bf5587732 (patch)
tree4fe6a1273ffebdac667e03e855a785f7629f2a2d
parent1d022af3d75af33515542134275a27ee8963fb91 (diff)
downloadaur-2875c227611e6137e7a563ed9a36181bf5587732.tar.gz
Upgrade version to jira-1.0.21
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b987b55db4fd..4c1a54ad101f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = go-jira
pkgdesc = Simple command line client for Atlassian's Jira service written in Go
- pkgver = 1.0.20
+ pkgver = 1.0.21
pkgrel = 1
url = https://github.com/Netflix-Skunkworks/go-jira
arch = x86_64
license = APACHE
- source = jira-1.0.20::https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.20/jira-linux-amd64
- sha256sums = 4eb49f39caa87b2fc799409d2a81118c8da0f11dcd74e51eab959bbcb86e394c
+ source = jira-1.0.21::https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.21/jira-linux-amd64
+ sha256sums = 4de88860dc7bd7e25cd8724ec74495b6727483b0262840e56c59d817b63f398c
pkgname = go-jira
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"