summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2020-01-27 11:28:44 +0100
committerLukas Grossar2020-01-27 11:28:44 +0100
commit7aeefa5c675d7fa398c1e9f2f9cd3c56d1bb53c5 (patch)
tree3e69af95646561c23e110131f076b1640df69e39
parent195d6a40dbff0e060fd584cadbd7770a9e6e68cc (diff)
downloadaur-7aeefa5c675d7fa398c1e9f2f9cd3c56d1bb53c5.tar.gz
update to v2.14.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ea30a97c24b..fc58480c8004 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = hub-bin
pkgdesc = A command-line tool that makes git easier to use with GitHub
- pkgver = 2.14.0
+ pkgver = 2.14.1
pkgrel = 1
url = https://hub.github.com
arch = x86_64
license = MIT
depends = git
- source = https://github.com/github/hub/releases/download/v2.14.0/hub-linux-amd64-2.14.0.tgz
- sha256sums = 48b7a3da8c54c1373848074c59a2233c4874f68ed362fc8d3d251423d02496fe
+ source = https://github.com/github/hub/releases/download/v2.14.1/hub-linux-amd64-2.14.1.tgz
+ sha256sums = 734733c9d807715a4ec26ccce0f9987bd19f1c3f84dd35e56451711766930ef0
pkgname = hub-bin
diff --git a/PKGBUILD b/PKGBUILD
index ddf60f8e0bca..6c996c434590 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lukas Grossar <lukas.grossar@gmail.com>
pkgname=hub-bin
-pkgver=2.14.0
+pkgver=2.14.1
pkgrel=1
pkgdesc="A command-line tool that makes git easier to use with GitHub"
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://hub.github.com"
depends=('git')
license=('MIT')
source=("https://github.com/github/hub/releases/download/v${pkgver}/hub-linux-amd64-${pkgver}.tgz")
-sha256sums=('48b7a3da8c54c1373848074c59a2233c4874f68ed362fc8d3d251423d02496fe')
+sha256sums=('734733c9d807715a4ec26ccce0f9987bd19f1c3f84dd35e56451711766930ef0')
package() {
prefix="${pkgdir}/usr" "${srcdir}/hub-linux-amd64-${pkgver}/install"