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 fbb520062568..aa8329cf3eed 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.14.0
+ pkgver = 3.14.3
pkgrel = 1
url = https://github.com/VirtusLab/git-machete
arch = any
@@ -10,7 +10,7 @@ pkgbase = git-machete
makedepends = python-setuptools
depends = git
depends = python
- source = git-machete-3.14.0.tar.gz::https://github.com/VirtusLab/git-machete/archive/v3.14.0.tar.gz
- sha256sums = bc369f8f4aeaf3f724a90f4290cc96229fa76617503ebbf53f39149b847f202f
+ source = git-machete-3.14.3.tar.gz::https://github.com/VirtusLab/git-machete/archive/v3.14.3.tar.gz
+ sha256sums = 7942ffab59f8e78764cd350dd38bd24935e7f5ec2d595a7ff6f0f36a10946fa8
pkgname = git-machete
diff --git a/PKGBUILD b/PKGBUILD
index 28a8e54217be..5a512484f528 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.14.0
+pkgver=3.14.3
pkgrel=1
pkgdesc="Probably the sharpest git repository organizer & rebase/merge workflow automation tool you've ever seen"
arch=('any')
@@ -11,7 +11,7 @@ depends=('git' 'python')
makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-pytest-mock')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/VirtusLab/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('bc369f8f4aeaf3f724a90f4290cc96229fa76617503ebbf53f39149b847f202f')
+sha256sums=('7942ffab59f8e78764cd350dd38bd24935e7f5ec2d595a7ff6f0f36a10946fa8')
build() {
cd "$srcdir/$pkgname-${pkgver}"