summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorty2021-02-15 21:52:33 +0100
committerWorty2021-02-15 21:52:33 +0100
commit93be1dc6944a66b5685a289624ebe5312516fc5b (patch)
tree4c1ca2ef05652acd4b891d79c3b17b068cc2e0f9
parent6ea0abd2e67e5f5934d4b1eed92ef99eb08c08b3 (diff)
downloadaur-93be1dc6944a66b5685a289624ebe5312516fc5b.tar.gz
v1.15.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0060a6cdc4ee..20a20d12b570 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gitlab-glab
pkgdesc = Gitlab Cli tool written in Go to help work seamlessly with Gitlab from the command line.
- pkgver = 1.14.0
- pkgrel = 2
+ pkgver = 1.15.0
+ pkgrel = 1
url = https://github.com/profclems/glab
arch = x86_64
license = MIT
makedepends = go
depends = glibc
- source = gitlab-glab-1.14.0.tar.gz::https://github.com/profclems/glab/archive/v1.14.0.tar.gz
- sha256sums = 927206802cda67f0b725d0ed2b355a67ab9eb560a9e8b8c6e4ca994d9aba3daa
+ source = gitlab-glab-1.15.0.tar.gz::https://github.com/profclems/glab/archive/v1.15.0.tar.gz
+ sha256sums = d2551b1ae3c8ec61e0d161e8a75efb16fea1e0716eed0095f23bcf5bfbc8d758
pkgname = gitlab-glab
diff --git a/PKGBUILD b/PKGBUILD
index 7f6b4a357369..f05ccfe9e162 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=gitlab-glab
_realpkgname=glab
-pkgver=1.14.0
-pkgrel=2
+pkgver=1.15.0
+pkgrel=1
pkgdesc='Gitlab Cli tool written in Go to help work seamlessly with Gitlab from the command line.'
arch=('x86_64')
url="https://github.com/profclems/glab"
@@ -11,7 +11,7 @@ license=('MIT')
makedepends=('go')
depends=('glibc')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('927206802cda67f0b725d0ed2b355a67ab9eb560a9e8b8c6e4ca994d9aba3daa')
+sha256sums=('d2551b1ae3c8ec61e0d161e8a75efb16fea1e0716eed0095f23bcf5bfbc8d758')
prepare(){
cd "${_realpkgname}-${pkgver}"