summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStas Rudakou2020-09-13 07:27:24 +0300
committerStas Rudakou2020-09-13 07:27:24 +0300
commit02c97d7e0906428606ca190b84a4311e48f9e016 (patch)
tree03513dfc4ebe904b640a332e8959ef847c89a15f /PKGBUILD
parent8c1e4cc2905442699bb680a336daac9b63dcf187 (diff)
downloadaur-02c97d7e0906428606ca190b84a4311e48f9e016.tar.gz
Bump version from 1.0.23 to 1.0.26
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"