summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-04-07 16:27:55 +0300
committerCaleb Maclennan2023-04-07 16:27:55 +0300
commitbff8d6dad2aa94464fa4142ecbcd4d96a7436553 (patch)
tree1d1f9b6ae5ca89ec1a8b4bfd4ce8b910960aedc4
parent231de00758c838654f1e684d7400cb979c2f5821 (diff)
downloadaur-bff8d6dad2aa94464fa4142ecbcd4d96a7436553.tar.gz
upgpkg: git-town 8.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 578b1a8b6934..c00b139ed243 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = git-town
pkgdesc = Generic, high-level Git workflow support
- pkgver = 7.9.0
+ pkgver = 8.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/v7.9.0/git-town-7.9.0.tar.gz
- sha256sums = 316002e79bb60bb0ef694720c3c220aa543d21abcd9bacb604d7209d66629ffd
+ source = https://github.com/git-town/git-town/archive/v8.0.0/git-town-8.0.0.tar.gz
+ sha256sums = 5b1eb6d2a693a18b0c5f7ea6445f814c30a7f11bcc6dd58e291c904a61913515
pkgname = git-town
diff --git a/PKGBUILD b/PKGBUILD
index 492c2dc1cc31..5b86360367bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Allonsy < linuxbash8 [at@at] gmail [dot.dot] com >
pkgname=git-town
-pkgver=7.9.0
+pkgver=8.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=('316002e79bb60bb0ef694720c3c220aa543d21abcd9bacb604d7209d66629ffd')
+sha256sums=('5b1eb6d2a693a18b0c5f7ea6445f814c30a7f11bcc6dd58e291c904a61913515')
build() {
cd "$_archive"