summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa2023-03-11 12:14:19 +0100
committerJelle van der Waa2023-03-11 12:14:19 +0100
commit708f920c65acea514350772196d55a579939e346 (patch)
tree090a7a297befbdca34bc92c2a41bd9470888bb6c
parent4fbfa6a2a66d4078ed4af0d200b69697bb11144d (diff)
downloadaur-git-chglog.tar.gz
Update to 0.15.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31afcc02d2ef..18abde480d6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = git-chglog
pkgdesc = git CHANGELOG generator
- pkgver = 0.15.1
+ pkgver = 0.15.4
pkgrel = 1
url = https://github.com/git-chglog/git-chglog
arch = x86_64
license = MIT
makedepends = go
depends = git
- source = git-chglog-0.15.1.tar.gz::https://github.com/git-chglog/git-chglog/archive/v0.15.1.tar.gz
- sha512sums = 1394ccb2684ab977c0b00cf146d748aee188c7d38362cafc93049120efd0827f8c33470151ffd15fcdf06a039c069e3d58f41a966c5194388da7fface27416d7
+ source = git-chglog-0.15.4.tar.gz::https://github.com/git-chglog/git-chglog/archive/v0.15.4.tar.gz
+ sha512sums = 753b14567348435ca9a3c469a470fad45b2be11f57d407f14af260b5895ca948ce8c39a6793dee8cf9490dfcc6ebc18e2d61b3ba7d8c8c333cbbf1568b2a6276
pkgname = git-chglog
diff --git a/PKGBUILD b/PKGBUILD
index a6d7c3cecb61..b36816629047 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jelle van der Waa <jelle@archlinux.org>
pkgname=git-chglog
-pkgver=0.15.1
+pkgver=0.15.4
pkgrel=1
pkgdesc='git CHANGELOG generator'
url="https://github.com/git-chglog/git-chglog"
@@ -10,7 +10,7 @@ license=(MIT)
depends=(git)
makedepends=(go)
source=($pkgname-$pkgver.tar.gz::https://github.com/git-chglog/git-chglog/archive/v${pkgver}.tar.gz)
-sha512sums=('1394ccb2684ab977c0b00cf146d748aee188c7d38362cafc93049120efd0827f8c33470151ffd15fcdf06a039c069e3d58f41a966c5194388da7fface27416d7')
+sha512sums=('753b14567348435ca9a3c469a470fad45b2be11f57d407f14af260b5895ca948ce8c39a6793dee8cf9490dfcc6ebc18e2d61b3ba7d8c8c333cbbf1568b2a6276')
build() {
cd "${pkgname}-${pkgver}"