summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-19 22:45:13 +0300
committerCaleb Maclennan2024-04-19 22:45:13 +0300
commitfd2daa99ba15ac294c38960738e94cc564555f21 (patch)
tree59b8a0261ae16b5a3dc694ae23f399faa8b0ecbb
parent499d6988652d1b0bccbb97b374d735efb66a2f22 (diff)
downloadaur-fd2daa99ba15ac294c38960738e94cc564555f21.tar.gz
upgpkg: git-town 14.1.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ab1210ebbb3..9b9c13f441fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = git-town
pkgdesc = Generic, high-level Git workflow support
- pkgver = 14.0.0
+ pkgver = 14.1.0
pkgrel = 1
url = https://github.com/git-town/git-town
arch = x86_64
license = MIT
makedepends = go
depends = git
- source = https://github.com/git-town/git-town/archive/v14.0.0/git-town-14.0.0.tar.gz
- sha256sums = 2113f0d3ee2fdde965e614bd3841ee085219547adf8f63f017c9b38737484eb7
+ source = https://github.com/git-town/git-town/archive/v14.1.0/git-town-14.1.0.tar.gz
+ sha256sums = c363b642bd1dba3a606992f9e8a0d7f2be50a6dc6ebc35c626dc54cf0906dbcc
pkgname = git-town
diff --git a/PKGBUILD b/PKGBUILD
index 3a72aad7cf49..2d574c3edcb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Allonsy < linuxbash8 [at@at] gmail [dot.dot] com >
pkgname=git-town
-pkgver=14.0.0
+pkgver=14.1.0
pkgrel=1
pkgdesc='Generic, high-level Git workflow support'
url="https://github.com/$pkgname/$pkgname"
@@ -12,7 +12,7 @@ depends=(git)
makedepends=(go)
_archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('2113f0d3ee2fdde965e614bd3841ee085219547adf8f63f017c9b38737484eb7')
+sha256sums=('c363b642bd1dba3a606992f9e8a0d7f2be50a6dc6ebc35c626dc54cf0906dbcc')
build() {
cd "$_archive"