summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 909539b509aa..74dd2374ee65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = git-machete
pkgdesc = Probably the sharpest git repository organizer & rebase workflow automation tool you've ever seen
- pkgver = 2.12.3
+ pkgver = 2.12.5
pkgrel = 1
url = https://github.com/VirtusLab/git-machete
arch = any
@@ -9,8 +9,8 @@ pkgbase = git-machete
makedepends = python-pbr
depends = git
depends = python
- source = git-machete-2.12.3.tar.gz::https://github.com/VirtusLab/git-machete/archive/v2.12.3.tar.gz
- sha256sums = d64884d6e96f368b8030050882b22cf106dcc60c0fe74d03d929a1462a7b0131
+ source = git-machete-2.12.5.tar.gz::https://github.com/VirtusLab/git-machete/archive/v2.12.5.tar.gz
+ sha256sums = 9bbd250cbb458db8134ac5c2bc6e33c91578cd0563f08708347dcbd25c7fcf73
pkgname = git-machete
diff --git a/PKGBUILD b/PKGBUILD
index a936172ed7ff..855699bd456b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ilaï Deutel
pkgname='git-machete'
-pkgver=2.12.3
+pkgver=2.12.5
pkgrel=1
pkgdesc="Probably the sharpest git repository organizer & rebase workflow automation tool you've ever seen"
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('git' 'python')
makedepends=('python-setuptools' 'python-pbr')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/VirtusLab/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('d64884d6e96f368b8030050882b22cf106dcc60c0fe74d03d929a1462a7b0131')
+sha256sums=('9bbd250cbb458db8134ac5c2bc6e33c91578cd0563f08708347dcbd25c7fcf73')
prepare() {
export PBR_VERSION="$pkgver"