summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYorick Peterse2023-12-14 21:08:14 +0100
committerYorick Peterse2023-12-14 21:08:28 +0100
commit0ab2b2462c6122ebdc4c1991ca2256e7c4ca6338 (patch)
tree7157e4dfb1dbae210801271e9fffa72b6c5466fd /PKGBUILD
parent29fe4d2db406e69f9822ce9b40cfb4cef685e5dc (diff)
downloadaur-0ab2b2462c6122ebdc4c1991ca2256e7c4ca6338.tar.gz
Release 0.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b3e29624ab3..54934409c4d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Yorick Peterse <aur@yorickpeterse.com>
pkgname=git-clogs
-pkgver=0.1.0
+pkgver=0.2.0
pkgrel=1
pkgdesc="Generate a changelog from Git commits containing trailers"
url="https://github.com/yorickpeterse/clogs"
@@ -12,7 +12,7 @@ provides=(clogs)
conflicts=()
options=(strip !docs !libtool !staticlibs)
source=("https://github.com/yorickpeterse/clogs/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('5d4260b5cf45428098278c7b19c2dc4afe83d5cbf3478da4334bc75fa7637cc2')
+sha256sums=('5565939fe76930ff88dbcb205faffe8b1164f327d988a25aacd203c36209ceb7')
build() {
cd "clogs-${pkgver}"