summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2020-03-05 19:14:12 +0100
committerLukas Grossar2020-03-05 19:14:12 +0100
commit91495bcc2b969622bbde24d27955891b4e571aec (patch)
tree03d4cd59b5fa5f9100620459a67c61a58d36b4b3
parent7aeefa5c675d7fa398c1e9f2f9cd3c56d1bb53c5 (diff)
downloadaur-hub-bin.tar.gz
update to v2.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc58480c8004..6d59da8c3c28 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.1
+ pkgver = 2.14.2
pkgrel = 1
url = https://hub.github.com
arch = x86_64
license = MIT
depends = git
- source = https://github.com/github/hub/releases/download/v2.14.1/hub-linux-amd64-2.14.1.tgz
- sha256sums = 734733c9d807715a4ec26ccce0f9987bd19f1c3f84dd35e56451711766930ef0
+ source = https://github.com/github/hub/releases/download/v2.14.2/hub-linux-amd64-2.14.2.tgz
+ sha256sums = 74d95fdfb3c78c8af4e2025b04b916ad905ab99a361778500d58269847c7922d
pkgname = hub-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6c996c434590..935fab51d720 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lukas Grossar <lukas.grossar@gmail.com>
pkgname=hub-bin
-pkgver=2.14.1
+pkgver=2.14.2
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=('734733c9d807715a4ec26ccce0f9987bd19f1c3f84dd35e56451711766930ef0')
+sha256sums=('74d95fdfb3c78c8af4e2025b04b916ad905ab99a361778500d58269847c7922d')
package() {
prefix="${pkgdir}/usr" "${srcdir}/hub-linux-amd64-${pkgver}/install"