Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
git-town
Commits:
8bfddbc6 by Caleb Maclennan at 2025-06-04T15:14:27+03:00
upgpkg: 21.1.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,13 @@
pkgbase = git-town
pkgdesc = Generic, high-level Git workflow support
- pkgver = 21.0.0
+ pkgver = 21.1.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/v21.0.0/git-town-21.0.0.tar.gz
- sha256sums =
cdedcb8558822d808d3ff5fea0ba9efc207b8d7b3a6babaaa3378e6ad12a2ae8
+ source =
https://github.com/git-town/git-town/archive/v21.1.0/git-town-21.1.0.tar.gz
+ sha256sums =
95f74818f3c69aac3a1db03309abd3a40f95822cead5942c81137d830b60e288
pkgname = git-town
-
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Allonsy < linuxbash8 [at@at] gmail [dot.dot] com >
pkgname=git-town
-pkgver=21.0.0
+pkgver=21.1.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=('cdedcb8558822d808d3ff5fea0ba9efc207b8d7b3a6babaaa3378e6ad12a2ae8')
+sha256sums=('95f74818f3c69aac3a1db03309abd3a40f95822cead5942c81137d830b60e288')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-town/-/commit/8bfddbc66adcaa40c50dd87ea0aae00703caeec3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-town/-/commit/8bfddbc66adcaa40c50dd87ea0aae00703caeec3
You're receiving this email because of your account on gitlab.archlinux.org.