summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYorick Peterse2024-02-07 00:28:06 +0100
committerYorick Peterse2024-02-07 00:28:06 +0100
commit989b7ca2f0a03b88511d5a20e9e538a5d494da61 (patch)
treec52a0bdbbcd7bae9f30346c77ab5c50e0e017d4f /PKGBUILD
parent0ab2b2462c6122ebdc4c1991ca2256e7c4ca6338 (diff)
downloadaur-git-clogs.tar.gz
Release 0.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54934409c4d4..d8082b57ba85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Yorick Peterse <aur@yorickpeterse.com>
pkgname=git-clogs
-pkgver=0.2.0
+pkgver=0.3.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=('5565939fe76930ff88dbcb205faffe8b1164f327d988a25aacd203c36209ceb7')
+sha256sums=('23951c1453dfa6379588a95ea05cba9284bdb9ceb32a60be187c466e77ee1672')
build() {
cd "clogs-${pkgver}"