summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-03-28 01:49:08 +0300
committerCaleb Maclennan2024-03-28 01:49:08 +0300
commit32abdd461653e61cadcfdd06e73fe6f7eae9639d (patch)
tree12015f975aa75e0d5a8ab6065631dc3fe8e7b024
parent154da7dc640852313275f1a81a6563d4e9b128f2 (diff)
downloadaur-32abdd461653e61cadcfdd06e73fe6f7eae9639d.tar.gz
upgpkg: git-town 13.0.1-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 3946aed6922c..057f31f0e4c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = git-town
pkgdesc = Generic, high-level Git workflow support
- pkgver = 13.0.0
+ pkgver = 13.0.1
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.0/git-town-13.0.0.tar.gz
- sha256sums = 0e1001a38f029a96dff717d44531e39c43bce487fa27e5cdbc91e435c248e144
+ source = https://github.com/git-town/git-town/archive/v13.0.1/git-town-13.0.1.tar.gz
+ sha256sums = ccf1d6f35cca3f3d19d447f1bebede40c4f6c47c3d07512c5405067ee7379587
pkgname = git-town
diff --git a/PKGBUILD b/PKGBUILD
index 73c9658c6576..0d00d5839cd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Allonsy < linuxbash8 [at@at] gmail [dot.dot] com >
pkgname=git-town
-pkgver=13.0.0
+pkgver=13.0.1
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=('0e1001a38f029a96dff717d44531e39c43bce487fa27e5cdbc91e435c248e144')
+sha256sums=('ccf1d6f35cca3f3d19d447f1bebede40c4f6c47c3d07512c5405067ee7379587')
build() {
cd "$_archive"