summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-07-30 01:07:57 +0300
committerCaleb Maclennan2023-07-30 01:07:57 +0300
commit00d729c0787d7f8c792774db9d56b6bad3f1b6e5 (patch)
tree302cd51ffe87f60b88e402dda653934c5725efee
parentfca470610f8d18cf234dd330965a828dc7ddaf2f (diff)
downloadaur-00d729c0787d7f8c792774db9d56b6bad3f1b6e5.tar.gz
upgpkg: git-town 9.0.1-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 a755f5fa82d6..dea3304c456c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = git-town
pkgdesc = Generic, high-level Git workflow support
- pkgver = 9.0.0
+ pkgver = 9.0.1
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.0/git-town-9.0.0.tar.gz
- sha256sums = 35e78c30ee41b0c3a6c07c1415c8102732c4bab8c2b843ec24e8e5cdcb0a7be1
+ source = https://github.com/git-town/git-town/archive/v9.0.1/git-town-9.0.1.tar.gz
+ sha256sums = 692a4125b86375e77f4957f80ef815cc757676cd8843a7e45b1fbf12da1a8a46
pkgname = git-town
diff --git a/PKGBUILD b/PKGBUILD
index aa488d26f3cb..801d37aae021 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Allonsy < linuxbash8 [at@at] gmail [dot.dot] com >
pkgname=git-town
-pkgver=9.0.0
+pkgver=9.0.1
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=('35e78c30ee41b0c3a6c07c1415c8102732c4bab8c2b843ec24e8e5cdcb0a7be1')
+sha256sums=('692a4125b86375e77f4957f80ef815cc757676cd8843a7e45b1fbf12da1a8a46')
build() {
cd "$_archive"