summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramble2017-12-29 16:28:38 -0500
committerTrevor Bramble2017-12-29 16:28:38 -0500
commitf755d0b15959991f15f75be37f2bef5576490052 (patch)
tree8ac3f171b5c630757feea2a48f2c4a03945c51b4
parent8c332592531a6ec94ae1d39ce4240e947696a871 (diff)
downloadaur-f755d0b15959991f15f75be37f2bef5576490052.tar.gz
Update forgotten sha256sums()
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a71bdb0fa307..02257245dbe0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Dec 29 04:48:04 UTC 2017
+# Fri Dec 29 21:27:57 UTC 2017
pkgbase = habitat-bin
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
pkgver = 0.51.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.habitat.sh/
arch = x86_64
license = Apache
@@ -11,7 +11,7 @@ pkgbase = habitat-bin
conflicts = habitat
conflicts = habitat-git
source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.51.0-20171219021329-x86_64-linux.tar.gz
- sha256sums = 580a6128a37d146b1264f52b65ed0088164afbbed03548937eb6a3a30507f43f
+ sha256sums = df7f47d321bbf18bcc7d5231ab0c05697b9e77ba5a33e5c45dbf2f80e154032c
pkgname = habitat-bin
diff --git a/PKGBUILD b/PKGBUILD
index ce8dd6d8fad1..c540200721be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=habitat-bin
pkgver=0.51.0
_builddate=20171219021329
-pkgrel=1
+pkgrel=2
pkgdesc="Application automation framework that allows you to build applications that have automation built-in"
arch=('x86_64')
url="https://www.habitat.sh/"
@@ -12,7 +12,7 @@ license=('Apache')
provides=('habitat')
conflicts=('habitat' 'habitat-git')
source=("https://dl.bintray.com/habitat/stable/linux/${arch}/hab-${pkgver}-${_builddate}-${arch}-linux.tar.gz")
-sha256sums=('580a6128a37d146b1264f52b65ed0088164afbbed03548937eb6a3a30507f43f')
+sha256sums=('df7f47d321bbf18bcc7d5231ab0c05697b9e77ba5a33e5c45dbf2f80e154032c')
package() {
install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab"