summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-08-08 08:27:50 +0300
committerCaleb Maclennan2022-08-08 08:27:50 +0300
commitb87969c9890ccc8538b85d5a3634ba4445857a6c (patch)
treef3f217ec9a1a532d047213fe07e35e681c83b6a7
parent3e84bf4daef097f099d1c36dc065feaad7bf5f99 (diff)
downloadaur-b87969c9890ccc8538b85d5a3634ba4445857a6c.tar.gz
upgpkg: git-town 7.8.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 73f905be14ab..ed1b8b274514 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = git-town
pkgdesc = Generic, high-level Git workflow support
- pkgver = 7.7.0
+ pkgver = 7.8.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.7.0/git-town-7.7.0.tar.gz
- sha256sums = edc4f87ef904ac297b9fbb30014e2ab474ee633c1687ed5011b38cd6f8b950e2
+ source = https://github.com/git-town/git-town/archive/v7.8.0/git-town-7.8.0.tar.gz
+ sha256sums = a5c04923307ffe8e6cf6ec3ea720170e1565078af5eebba743556db855da8d03
pkgname = git-town
diff --git a/PKGBUILD b/PKGBUILD
index 4579c783cccf..dd5402c67efa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Allonsy < linuxbash8 [at@at] gmail [dot.dot] com >
pkgname=git-town
-pkgver=7.7.0
+pkgver=7.8.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=('edc4f87ef904ac297b9fbb30014e2ab474ee633c1687ed5011b38cd6f8b950e2')
+sha256sums=('a5c04923307ffe8e6cf6ec3ea720170e1565078af5eebba743556db855da8d03')
build() {
cd "$_archive"