summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStas Rudakou2020-09-13 07:27:24 +0300
committerStas Rudakou2020-09-13 07:27:24 +0300
commit02c97d7e0906428606ca190b84a4311e48f9e016 (patch)
tree03513dfc4ebe904b640a332e8959ef847c89a15f
parent8c1e4cc2905442699bb680a336daac9b63dcf187 (diff)
downloadaur-02c97d7e0906428606ca190b84a4311e48f9e016.tar.gz
Bump version from 1.0.23 to 1.0.26
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99a0e6d532f0..28b19450306d 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.23
+ pkgver = 1.0.26
pkgrel = 1
url = https://github.com/Netflix-Skunkworks/go-jira
arch = x86_64
license = APACHE
- source = jira-1.0.23::https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.23/jira-linux-amd64
- sha256sums = e2550f69ed5471bf4699554ff72b4bb41445266ae3a2c02a4594cd0557dd1f2a
+ source = jira-1.0.26::https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.26/jira-linux-amd64
+ sha256sums = 27a1bb92e763ebdb4ba4204a1d7874d3d5e9094f6d6b15299c6e41f6a3546e83
pkgname = go-jira
diff --git a/PKGBUILD b/PKGBUILD
index 12b16a99400e..418caeaaa4a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Stas Rudakou <stas at garage22 dot net>
pkgname=go-jira
-pkgver=1.0.23
+pkgver=1.0.26
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=('e2550f69ed5471bf4699554ff72b4bb41445266ae3a2c02a4594cd0557dd1f2a')
+sha256sums=('27a1bb92e763ebdb4ba4204a1d7874d3d5e9094f6d6b15299c6e41f6a3546e83')
package() {
install -Dm755 jira-$pkgver "$pkgdir/usr/bin/jira"