summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelton Reis2021-12-23 02:38:40 -0300
committerHelton Reis2021-12-23 02:38:40 -0300
commitdd21d8a88f64ee7b898a27bff927962581e1d6e5 (patch)
treeb6926e9c72721ef20cf67157f9f26370fe2ccfef
parent964a9cc10a3e93993390993bb8daef9b3ed0e229 (diff)
downloadaur-dd21d8a88f64ee7b898a27bff927962581e1d6e5.tar.gz
[chore] Bump version to 2.2.1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56e166c5f026..5a75c233f230 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gitgudcli-bin
pkgdesc = An easy to use CLI for the GitGud modular Git model.
- pkgver = 2.2.0
+ pkgver = 2.2.1
pkgrel = 1
url = https://github.com/HRKings/gitgud-cli
arch = aarch64
@@ -9,11 +9,11 @@ pkgbase = gitgudcli-bin
license = unknown
provides = gitgudcli
conflicts = gitgudcli
- source_aarch64 = https://github.com/HRKings/gitgud-cli/releases/download/2.2.0/gitgud_v2.2.0_linux_arm64.tar.gz
- sha256sums_aarch64 = 0ef116929555035cfc463de583a31935e3e8ce6b820b69fca3eb93b48e4dbebf
- source_i686 = https://github.com/HRKings/gitgud-cli/releases/download/2.2.0/gitgud_v2.2.0_linux_386.tar.gz
- sha256sums_i686 = 627a2686cf7209e649b76cb5fa81fa8612db189ea2bc41b5cfc82586a76531b9
- source_x86_64 = https://github.com/HRKings/gitgud-cli/releases/download/2.2.0/gitgud_v2.2.0_linux_amd64.tar.gz
- sha256sums_x86_64 = eab110a4e45fce221b00b143797abb50e3771703ab4541ba25cfbd374a59b5af
+ source_aarch64 = https://github.com/HRKings/gitgud-cli/releases/download/2.2.1/gitgud_v2.2.1_linux_arm64.tar.gz
+ sha256sums_aarch64 = 3612f35a63cf847642b6e0bc60a3569696ef07862463a2dfa0bd57e25be44f40
+ source_i686 = https://github.com/HRKings/gitgud-cli/releases/download/2.2.1/gitgud_v2.2.1_linux_386.tar.gz
+ sha256sums_i686 = 11090780112895e987f718fe84a4590e479efa9e540d93fc4418009c439ab335
+ source_x86_64 = https://github.com/HRKings/gitgud-cli/releases/download/2.2.1/gitgud_v2.2.1_linux_amd64.tar.gz
+ sha256sums_x86_64 = 30bd6e0d88b2f461dbf96b902c0e00c202a72685300bcd8281689ef4832e1848
pkgname = gitgudcli-bin
diff --git a/PKGBUILD b/PKGBUILD
index cc156ce97220..de84abaf7d4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=gitgudcli-bin
_pkgname=gitgud-cli
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc='An easy to use CLI for the GitGud modular Git model.'
url="https://github.com/HRKings/${_pkgname}"
@@ -9,13 +9,13 @@ provides=(gitgudcli)
conflicts=(gitgudcli)
arch=('aarch64' 'i686' 'x86_64')
-source_x86_64=("${url}/releases/download/${pkgver}/gitgud_v${pkgver}_linux_amd64.tar.gz")
source_i686=("${url}/releases/download/${pkgver}/gitgud_v${pkgver}_linux_386.tar.gz")
+source_x86_64=("${url}/releases/download/${pkgver}/gitgud_v${pkgver}_linux_amd64.tar.gz")
source_aarch64=("${url}/releases/download/${pkgver}/gitgud_v${pkgver}_linux_arm64.tar.gz")
-sha256sums_aarch64=('0ef116929555035cfc463de583a31935e3e8ce6b820b69fca3eb93b48e4dbebf')
-sha256sums_i686=('627a2686cf7209e649b76cb5fa81fa8612db189ea2bc41b5cfc82586a76531b9')
-sha256sums_x86_64=('eab110a4e45fce221b00b143797abb50e3771703ab4541ba25cfbd374a59b5af')
+sha256sums_i686=('11090780112895e987f718fe84a4590e479efa9e540d93fc4418009c439ab335')
+sha256sums_x86_64=('30bd6e0d88b2f461dbf96b902c0e00c202a72685300bcd8281689ef4832e1848')
+sha256sums_aarch64=('3612f35a63cf847642b6e0bc60a3569696ef07862463a2dfa0bd57e25be44f40')
package() {
install -Dm755 "${srcdir}/gitgud" "${pkgdir}/usr/bin/gitgud"