summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-01-22 21:26:24 +0300
committerCaleb Maclennan2023-01-22 21:26:24 +0300
commit231de00758c838654f1e684d7400cb979c2f5821 (patch)
treeb3e417ed89662f5fe560ead347980f3dbb8c346f
parentb87969c9890ccc8538b85d5a3634ba4445857a6c (diff)
downloadaur-231de00758c838654f1e684d7400cb979c2f5821.tar.gz
upgpkg: git-town 7.9.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 ed1b8b274514..578b1a8b6934 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = git-town
pkgdesc = Generic, high-level Git workflow support
- pkgver = 7.8.0
+ pkgver = 7.9.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/v7.8.0/git-town-7.8.0.tar.gz
- sha256sums = a5c04923307ffe8e6cf6ec3ea720170e1565078af5eebba743556db855da8d03
+ source = https://github.com/git-town/git-town/archive/v7.9.0/git-town-7.9.0.tar.gz
+ sha256sums = 316002e79bb60bb0ef694720c3c220aa543d21abcd9bacb604d7209d66629ffd
pkgname = git-town
diff --git a/PKGBUILD b/PKGBUILD
index dd5402c67efa..492c2dc1cc31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Allonsy < linuxbash8 [at@at] gmail [dot.dot] com >
pkgname=git-town
-pkgver=7.8.0
+pkgver=7.9.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=('a5c04923307ffe8e6cf6ec3ea720170e1565078af5eebba743556db855da8d03')
+sha256sums=('316002e79bb60bb0ef694720c3c220aa543d21abcd9bacb604d7209d66629ffd')
build() {
cd "$_archive"