summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElias Werberich2022-10-22 15:47:48 +0200
committerElias Werberich2022-10-22 15:47:48 +0200
commit5a5ee1b80390e911f524ac4461048dbc0a096501 (patch)
tree9fa4354f8941022258db431e04b96266b72f35a1
parent6c113aed35da537b7e8c7bfdb7d1439812bc4e2b (diff)
downloadaur-5a5ee1b80390e911f524ac4461048dbc0a096501.tar.gz
Update to upstream v1.10.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index febc6c0d1071..d473d6905830 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = changie
pkgdesc = Automated changelog tool for preparing releases with lots of customization options.
- pkgver = 1.9.1
+ pkgver = 1.10.0
pkgrel = 1
epoch = 0
url = https://github.com/miniscruff/changie
@@ -8,7 +8,7 @@ pkgbase = changie
license = MIT
makedepends = go
makedepends = git
- source = git+https://github.com/miniscruff/changie#tag=v1.9.1
+ source = git+https://github.com/miniscruff/changie#tag=v1.10.0
sha256sums = SKIP
pkgname = changie
diff --git a/PKGBUILD b/PKGBUILD
index 0bc8c075aca0..df3a5e4c9ee9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Elias Werberich <elias@werberich.de>
pkgname=changie
-pkgver=1.9.1
+pkgver=1.10.0
pkgrel=1
epoch=0
pkgdesc="Automated changelog tool for preparing releases with lots of customization options."