summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Delafosse2020-10-16 17:07:28 +0200
committerPaul Delafosse2020-10-16 17:07:28 +0200
commit50457ded8b07a521fd19ff7922eb88ee43aab94e (patch)
treea379cc3f24677fb53d08f1c8dcce090b4cdbbb8b
parente120d9f74a2b0e2fd0ce8114bc4ccd6d3f343778 (diff)
downloadaur-50457ded8b07a521fd19ff7922eb88ee43aab94e.tar.gz
feat: bump to 1.0.3 add better escaping for hook version
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6e8d566341e..0779c81636f1 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 = 1.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = https://github.com/oknozor/cocogitto
arch = x86_64
@@ -8,12 +8,12 @@ pkgbase = cocogitto-bin
arch = aarch64
license = MIT
provides = cocogitto
- source_x86_64 = https://github.com/oknozor/cocogitto/releases/download/1.0.2/cocogitto-1.0.2-x86_64-unknown-linux-musl.tar.gz
- md5sums_x86_64 = df88609d08bc9ef597c8b75c9ee4493e
- source_armv7h = https://github.com/oknozor/cocogitto/releases/download/1.0.2/cocogitto-1.0.2-armv7-unknown-linux-musleabihf.tar.gz
- md5sums_armv7h = 470ac20c523f46a287cce107603198a0
- source_aarch64 = https://github.com/oknozor/cocogitto/releases/download/1.0.2/cocogitto-1.0.2-aarch64-linux-android.tar.gz
- md5sums_aarch64 = 47d2b30e4f7b4bd7424ddff159393148
+ source_x86_64 = https://github.com/oknozor/cocogitto/releases/download/1.0.3/cocogitto-1.0.3-x86_64-unknown-linux-musl.tar.gz
+ md5sums_x86_64 = 4b0ea4c2735a751f30bb206365cda193
+ source_armv7h = https://github.com/oknozor/cocogitto/releases/download/1.0.3/cocogitto-1.0.3-armv7-unknown-linux-musleabihf.tar.gz
+ md5sums_armv7h = a7164f83bac2ca7e99f920b608b78e09
+ source_aarch64 = https://github.com/oknozor/cocogitto/releases/download/1.0.3/cocogitto-1.0.3-aarch64-linux-android.tar.gz
+ md5sums_aarch64 = c25d43ab63fb2a81d2c54f6046de7381
pkgname = cocogitto-bin
diff --git a/PKGBUILD b/PKGBUILD
index 81c59e74ccc8..f4d2c287f201 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Paul Delafosse <paul.delafosse@protonmail.com>
pkgname=cocogitto-bin
_pkgname=cocogitto
-pkgver=1.0.2
+pkgver=1.0.3
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=('df88609d08bc9ef597c8b75c9ee4493e')
-md5sums_armv7h=('470ac20c523f46a287cce107603198a0')
-md5sums_aarch64=('47d2b30e4f7b4bd7424ddff159393148')
+md5sums_x86_64=('4b0ea4c2735a751f30bb206365cda193')
+md5sums_armv7h=('a7164f83bac2ca7e99f920b608b78e09')
+md5sums_aarch64=('c25d43ab63fb2a81d2c54f6046de7381')