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 750325f65591..cb05c654fdd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = git-toolbelt
pkgdesc = A suite of useful Git commands that aid with scripting or every day command line usage
- pkgver = 1.7.0
+ pkgver = 1.7.1
pkgrel = 1
url = https://github.com/nvie/git-toolbelt
arch = any
license = BSD
- source = git-toolbelt-1.7.0.zip::https://github.com/nvie/git-toolbelt/archive/v1.7.0.tar.gz
- sha256sums = ea17c85a2494c98daf56c517c3dfcfb288a726ce867120ffb52befb22d42f2c5
+ source = git-toolbelt-1.7.1.zip::https://github.com/nvie/git-toolbelt/archive/v1.7.1.tar.gz
+ sha256sums = 388dc5f4536cff9412c8baa8f7e89254add421a039992aed50f09f568b2daf57
pkgname = git-toolbelt
diff --git a/PKGBUILD b/PKGBUILD
index 50adba8369c8..8b341084b245 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Radoslaw Mejer <radmen@radmen.info>
pkgname="git-toolbelt"
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=1
pkgdesc="A suite of useful Git commands that aid with scripting or every day command line usage"
arch=(any)
@@ -12,7 +12,7 @@ source=(
"git-toolbelt-$pkgver.zip::https://github.com/nvie/git-toolbelt/archive/v$pkgver.tar.gz"
)
sha256sums=(
- "ea17c85a2494c98daf56c517c3dfcfb288a726ce867120ffb52befb22d42f2c5"
+ "388dc5f4536cff9412c8baa8f7e89254add421a039992aed50f09f568b2daf57"
)
package() {