summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dce77ebe25d..bd5c70b33ae6 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.13.0
- pkgrel = 2
+ pkgver = 1.13.1
+ pkgrel = 1
url = https://github.com/profclems/glab
arch = x86_64
license = MIT
makedepends = go
depends = glibc
- source = gitlab-glab-1.13.0.tar.gz::https://github.com/profclems/glab/archive/v1.13.0.tar.gz
- sha256sums = 6154ac62fd385e26291899d75c8d3188bc25d9186ca5115e6693ebff809748d7
+ source = gitlab-glab-1.13.1.tar.gz::https://github.com/profclems/glab/archive/v1.13.1.tar.gz
+ sha256sums = 17372332ce8f2b5d4ec61272ba600a23cf74416440d8056fb4aa4f00a47d0bd6
pkgname = gitlab-glab
diff --git a/PKGBUILD b/PKGBUILD
index 26a4a541202e..7d33d9fb7923 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=gitlab-glab
_realpkgname=glab
-pkgver=1.13.0
-pkgrel=2
+pkgver=1.13.1
+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=('6154ac62fd385e26291899d75c8d3188bc25d9186ca5115e6693ebff809748d7')
+sha256sums=('17372332ce8f2b5d4ec61272ba600a23cf74416440d8056fb4aa4f00a47d0bd6')
prepare(){
cd "${_realpkgname}-${pkgver}"