summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-13 12:24:12 +0300
committerCaleb Maclennan2024-04-13 12:24:12 +0300
commit499d6988652d1b0bccbb97b374d735efb66a2f22 (patch)
treee277043c7066b42359927afedf2490f59c38541f
parent6d9e6dd543d2b077e99ca08ab3b7a8efe1898576 (diff)
downloadaur-499d6988652d1b0bccbb97b374d735efb66a2f22.tar.gz
upgpkg: git-town 14.0.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 d79167cd2634..5ab1210ebbb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = git-town
pkgdesc = Generic, high-level Git workflow support
- pkgver = 13.0.2
+ pkgver = 14.0.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/v13.0.2/git-town-13.0.2.tar.gz
- sha256sums = fbaf96310cd08d08b00f2499da762f0b2e7c4af29dc458fe3cb36d80abac9670
+ source = https://github.com/git-town/git-town/archive/v14.0.0/git-town-14.0.0.tar.gz
+ sha256sums = 2113f0d3ee2fdde965e614bd3841ee085219547adf8f63f017c9b38737484eb7
pkgname = git-town
diff --git a/PKGBUILD b/PKGBUILD
index 655da600542f..3a72aad7cf49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Allonsy < linuxbash8 [at@at] gmail [dot.dot] com >
pkgname=git-town
-pkgver=13.0.2
+pkgver=14.0.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=('fbaf96310cd08d08b00f2499da762f0b2e7c4af29dc458fe3cb36d80abac9670')
+sha256sums=('2113f0d3ee2fdde965e614bd3841ee085219547adf8f63f017c9b38737484eb7')
build() {
cd "$_archive"