summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-03-30 00:13:14 +0300
committerCaleb Maclennan2024-03-30 00:13:14 +0300
commit6d9e6dd543d2b077e99ca08ab3b7a8efe1898576 (patch)
treec5152fb9a3495ca2a9a7a06f9d8aae1c8a1a72c8
parent69d01728303460295bf837c4485af2764e2c5735 (diff)
downloadaur-6d9e6dd543d2b077e99ca08ab3b7a8efe1898576.tar.gz
upgpkg: git-town 13.0.2-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 057f31f0e4c8..d79167cd2634 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = git-town
pkgdesc = Generic, high-level Git workflow support
- pkgver = 13.0.1
+ pkgver = 13.0.2
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.1/git-town-13.0.1.tar.gz
- sha256sums = ccf1d6f35cca3f3d19d447f1bebede40c4f6c47c3d07512c5405067ee7379587
+ source = https://github.com/git-town/git-town/archive/v13.0.2/git-town-13.0.2.tar.gz
+ sha256sums = fbaf96310cd08d08b00f2499da762f0b2e7c4af29dc458fe3cb36d80abac9670
pkgname = git-town
diff --git a/PKGBUILD b/PKGBUILD
index 0d00d5839cd8..655da600542f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Allonsy < linuxbash8 [at@at] gmail [dot.dot] com >
pkgname=git-town
-pkgver=13.0.1
+pkgver=13.0.2
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=('ccf1d6f35cca3f3d19d447f1bebede40c4f6c47c3d07512c5405067ee7379587')
+sha256sums=('fbaf96310cd08d08b00f2499da762f0b2e7c4af29dc458fe3cb36d80abac9670')
build() {
cd "$_archive"