summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Mavro2022-09-27 11:43:41 +0200
committerPierre Mavro2022-09-27 11:43:41 +0200
commit985ec0874aa62fa6f2cb8d03373fd1b61ba49572 (patch)
tree3e9e22884b0d7dcef24b0e67c2f9614091cf6f8d
parent642713c7ba17a2c76e2a0fe8250a92f25a38c8ae (diff)
downloadaur-985ec0874aa62fa6f2cb8d03373fd1b61ba49572.tar.gz
feat: release 1.0.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 391cc9ad5728..e8fe171fc23f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = commitizen-go
pkgdesc = Command line utility to standardize git commit messages, golang version
- pkgver = 1.0.0
- pkgrel = 4
+ pkgver = 1.0.1
+ pkgrel = 1
url = https://github.com/lintingzhen/commitizen-go
arch = x86_64
license = GPL
makedepends = git
makedepends = go
- source = https://github.com/lintingzhen/commitizen-go/archive/v1.0.0.tar.gz
- md5sums = b35e8fa0b64b253ee627a4b5fd67b8e0
+ source = https://github.com/lintingzhen/commitizen-go/archive/v1.0.1.tar.gz
+ sha256sums = 4947a9ecd8f34a24f2760d8a4795f2d222ac4d063aa270ee70f8ace5684b07af
pkgname = commitizen-go
-
diff --git a/PKGBUILD b/PKGBUILD
index 0f950a6f36da..932729e06cfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pierre Mavro <deimosfr@gmail.com>
pkgname=commitizen-go
-pkgver=1.0.0
-pkgrel=4
+pkgver=1.0.1
+pkgrel=1
pkgdesc="Command line utility to standardize git commit messages, golang version"
arch=(x86_64)
url="https://github.com/lintingzhen/commitizen-go"
@@ -19,4 +19,4 @@ package() {
cd "$pkgname-$pkgver"
install -Dm755 "$pkgname" "$pkgdir/$git_exec_path/git-cz"
}
-md5sums=('b35e8fa0b64b253ee627a4b5fd67b8e0')
+sha256sums=('4947a9ecd8f34a24f2760d8a4795f2d222ac4d063aa270ee70f8ace5684b07af')