summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-11-02 01:44:18 +0300
committerCaleb Maclennan2023-11-02 01:44:18 +0300
commite3313adf4e14850e756d6375432c17009a1cc9f5 (patch)
tree34e8e028eecf0dc1ac2ed53f8100ce99c14d525a
parent00d729c0787d7f8c792774db9d56b6bad3f1b6e5 (diff)
downloadaur-e3313adf4e14850e756d6375432c17009a1cc9f5.tar.gz
upgpkg: git-town 10.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 dea3304c456c..d6dea5af1d6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = git-town
pkgdesc = Generic, high-level Git workflow support
- pkgver = 9.0.1
+ pkgver = 10.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/v9.0.1/git-town-9.0.1.tar.gz
- sha256sums = 692a4125b86375e77f4957f80ef815cc757676cd8843a7e45b1fbf12da1a8a46
+ source = https://github.com/git-town/git-town/archive/v10.0.0/git-town-10.0.0.tar.gz
+ sha256sums = 7a5abc1095b974d5f2d44e920c48720c10b3ab398996091d67d2b8ae60a694b2
pkgname = git-town
diff --git a/PKGBUILD b/PKGBUILD
index 801d37aae021..2f4c8bb53c2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Allonsy < linuxbash8 [at@at] gmail [dot.dot] com >
pkgname=git-town
-pkgver=9.0.1
+pkgver=10.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=('692a4125b86375e77f4957f80ef815cc757676cd8843a7e45b1fbf12da1a8a46')
+sha256sums=('7a5abc1095b974d5f2d44e920c48720c10b3ab398996091d67d2b8ae60a694b2')
build() {
cd "$_archive"