summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Delafosse2021-07-17 09:19:20 +0200
committerPaul Delafosse2021-07-17 09:19:20 +0200
commit16298e2729aeb011b30f51d756a1db08e50f435c (patch)
treee9f743e7ba7312ad67c64924f949616940e20337
parente7c495d585749de624f835274f11049373752659 (diff)
downloadaur-16298e2729aeb011b30f51d756a1db08e50f435c.tar.gz
chore(aur): update aur package version to 2.1.1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 243113639877..3b6976a6d18e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cocogitto-bin
pkgdesc = A set of cli tools for the conventional commit and semver specifications
- pkgver = 2.1.0
+ pkgver = 2.1.1
pkgrel = 1
url = https://github.com/oknozor/cocogitto
arch = x86_64
@@ -8,11 +8,11 @@ pkgbase = cocogitto-bin
arch = aarch64
license = MIT
provides = cocogitto
- source_x86_64 = https://github.com/oknozor/cocogitto/releases/download/2.1.0/cocogitto-2.1.0-x86_64-unknown-linux-musl.tar.gz
- md5sums_x86_64 = 1720d220ca6b0d094f9f541b04f9eb02
- source_armv7h = https://github.com/oknozor/cocogitto/releases/download/2.1.0/cocogitto-2.1.0-armv7-unknown-linux-musleabihf.tar.gz
- md5sums_armv7h = 57639e9013efc549452f1a7a11257912
- source_aarch64 = https://github.com/oknozor/cocogitto/releases/download/2.1.0/cocogitto-2.1.0-aarch64-linux-android.tar.gz
- md5sums_aarch64 = 720c01cfd03c941e4300ebd6da6fe2ec
+ source_x86_64 = https://github.com/oknozor/cocogitto/releases/download/2.1.1/cocogitto-2.1.1-x86_64-unknown-linux-musl.tar.gz
+ md5sums_x86_64 = 8e291dfaefdbee9e1155dc763ef2d271
+ source_armv7h = https://github.com/oknozor/cocogitto/releases/download/2.1.1/cocogitto-2.1.1-armv7-unknown-linux-musleabihf.tar.gz
+ md5sums_armv7h = 0227118624c06778b03e66e18b6a6be3
+ source_aarch64 = https://github.com/oknozor/cocogitto/releases/download/2.1.1/cocogitto-2.1.1-aarch64-linux-android.tar.gz
+ md5sums_aarch64 = fab9951beace0112cea33dbea5b8d361
pkgname = cocogitto-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9fc47c14b6b2..4d1aea265319 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Paul Delafosse <paul.delafosse@protonmail.com>
pkgname=cocogitto-bin
_pkgname=cocogitto
-pkgver=2.1.0
+pkgver=2.1.1
pkgrel=1
pkgdesc='A set of cli tools for the conventional commit and semver specifications'
arch=('x86_64' 'armv7h' 'aarch64')
@@ -18,6 +18,6 @@ package() {
install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
}
-md5sums_x86_64=('1720d220ca6b0d094f9f541b04f9eb02')
-md5sums_armv7h=('57639e9013efc549452f1a7a11257912')
-md5sums_aarch64=('720c01cfd03c941e4300ebd6da6fe2ec')
+md5sums_x86_64=('8e291dfaefdbee9e1155dc763ef2d271')
+md5sums_armv7h=('0227118624c06778b03e66e18b6a6be3')
+md5sums_aarch64=('fab9951beace0112cea33dbea5b8d361')