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 66f88435c5dd..af9faac31855 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = git-toolbelt
pkgdesc = A suite of useful Git commands that aid with scripting or every day command line usage
- pkgver = 1.4.1
+ pkgver = 1.4.2
pkgrel = 1
url = https://github.com/nvie/git-toolbelt
arch = any
license = BSD
- source = git-toolbelt-1.4.1.zip::https://github.com/nvie/git-toolbelt/archive/v1.4.1.tar.gz
- sha256sums = a0a727b86374d9b7f67d146c36314224f2f1f907c30463480d6c5f41afe054e0
+ source = git-toolbelt-1.4.2.zip::https://github.com/nvie/git-toolbelt/archive/v1.4.2.tar.gz
+ sha256sums = 0a4eb4f4106c5a43de5bd0b3f640e817e0fc001def08586b5929248c80d9bde2
pkgname = git-toolbelt
diff --git a/PKGBUILD b/PKGBUILD
index dbfab87d14fe..1e927fc6acc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname="git-toolbelt"
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=1
pkgdesc="A suite of useful Git commands that aid with scripting or every day command line usage"
arch=(any)
@@ -9,7 +9,7 @@ source=(
"git-toolbelt-$pkgver.zip::https://github.com/nvie/git-toolbelt/archive/v$pkgver.tar.gz"
)
sha256sums=(
- "a0a727b86374d9b7f67d146c36314224f2f1f907c30463480d6c5f41afe054e0"
+ "0a4eb4f4106c5a43de5bd0b3f640e817e0fc001def08586b5929248c80d9bde2"
)
package() {