summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Delafosse2020-10-12 22:25:40 +0200
committerPaul Delafosse2020-10-12 22:25:40 +0200
commite120d9f74a2b0e2fd0ce8114bc4ccd6d3f343778 (patch)
treef4958269f4c19c73919f4b91fed117dcc1dde33d
parent51e97670c04f8847266db92627abcb6613cc6148 (diff)
downloadaur-e120d9f74a2b0e2fd0ce8114bc4ccd6d3f343778.tar.gz
chore: update to 1.0.2 to get LICENCE
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b42479d9e49..d6e8d566341e 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.0
+ pkgver = 1.0.2
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.0/cocogitto-1.0.0-x86_64-unknown-linux-musl.tar.gz
- md5sums_x86_64 = ca9c6a6504e2bd4226c88ff2ce70d7c6
- source_armv7h = https://github.com/oknozor/cocogitto/releases/download/1.0.0/cocogitto-1.0.0-armv7-unknown-linux-musleabihf.tar.gz
- md5sums_armv7h = 341b2b4c847f4e70323ecb064a536edf
- source_aarch64 = https://github.com/oknozor/cocogitto/releases/download/1.0.0/cocogitto-1.0.0-aarch64-linux-android.tar.gz
- md5sums_aarch64 = 7d4c9dae68a0bbaf45c71f05f6e02e09
+ 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
pkgname = cocogitto-bin
diff --git a/PKGBUILD b/PKGBUILD
index 266d3a8107b9..81c59e74ccc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Paul Delafosse <paul.delafosse@protonmail.com>
pkgname=cocogitto-bin
_pkgname=cocogitto
-pkgver=1.0.0
+pkgver=1.0.2
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=('ca9c6a6504e2bd4226c88ff2ce70d7c6')
-md5sums_armv7h=('341b2b4c847f4e70323ecb064a536edf')
-md5sums_aarch64=('7d4c9dae68a0bbaf45c71f05f6e02e09')
+md5sums_x86_64=('df88609d08bc9ef597c8b75c9ee4493e')
+md5sums_armv7h=('470ac20c523f46a287cce107603198a0')
+md5sums_aarch64=('47d2b30e4f7b4bd7424ddff159393148')