summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlaï Deutel2024-04-15 22:35:59 -0400
committerIlaï Deutel2024-04-15 22:35:59 -0400
commitf991ce4a40b8ccb00fb4406130e8adf3e498a4ad (patch)
treea1487b9da0a55ba8e4d73b4437cb9960ebe8d0d2
parent36927181543922870776d5f67d1f2bc1550f4c41 (diff)
downloadaur-f991ce4a40b8ccb00fb4406130e8adf3e498a4ad.tar.gz
upgpkg: git-machete 3.25.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 5d2eba02c1c7..1350ed04b865 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = git-machete
pkgdesc = Probably the sharpest git repository organizer & rebase/merge workflow automation tool you've ever seen
- pkgver = 3.24.2
+ pkgver = 3.25.0
pkgrel = 1
url = https://github.com/VirtusLab/git-machete
arch = any
@@ -16,7 +16,7 @@ pkgbase = git-machete
optdepends = bash: bash completion
optdepends = fish: fish completion
optdepends = zsh: zsh completion
- source = git-machete-3.24.2.tar.gz::https://github.com/VirtusLab/git-machete/archive/v3.24.2.tar.gz
- sha256sums = 98a09ac8082c66f4c1909447a9d58da020852c0c12e96b5aeebd0597170279d0
+ source = git-machete-3.25.0.tar.gz::https://github.com/VirtusLab/git-machete/archive/v3.25.0.tar.gz
+ sha256sums = 2d43ccf8cf11b43121f82b0969e5e93b678d9d9d7c42eb8fc4b4af68044f12e5
pkgname = git-machete
diff --git a/PKGBUILD b/PKGBUILD
index 471c64f6a31f..6e55fefeedb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ilaï Deutel <PlMWPh1WSmypRv0JQljz> (echo ... | tr 'A-Za-z' 'l-za-kL-ZA-K' | base64 -d)
pkgname='git-machete'
-pkgver=3.24.2
+pkgver=3.25.0
pkgrel=1
pkgdesc="Probably the sharpest git repository organizer & rebase/merge workflow automation tool you've ever seen"
arch=('any')
@@ -14,7 +14,7 @@ optdepends=('bash: bash completion'
'zsh: zsh completion')
checkdepends=('python-pytest' 'python-pytest-mock')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/VirtusLab/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('98a09ac8082c66f4c1909447a9d58da020852c0c12e96b5aeebd0597170279d0')
+sha256sums=('2d43ccf8cf11b43121f82b0969e5e93b678d9d9d7c42eb8fc4b4af68044f12e5')
prepare() {
cd "$srcdir/$pkgname-${pkgver}"