summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarnaby Gray2017-09-20 19:32:09 +0100
committerBarnaby Gray2017-09-20 19:32:09 +0100
commit3bd1c5a689e5c60533d3400a58d2da9e49a4c883 (patch)
treea5836ac9046470193d74783cb7bc0c129ed8b392
parenta67110f30a09845580ef912152f7b8c4f905de57 (diff)
downloadaur-3bd1c5a689e5c60533d3400a58d2da9e49a4c883.tar.gz
Fix sha256sum. *sigh* bloody curl.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c04fe607d9a6..f6cd32044847 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ license=('BSD')
depends=()
makedepends=('go>=1.5' 'make')
source=("https://github.com/barnybug/cli53/archive/$pkgver.tar.gz")
-sha256sums=('c7215b1f439839111774de07e1818d460799403cdb00fc05b3555109937e764e')
+sha256sums=('dd3065bdc2757c1e67c437342e91ffa71eacb7872efe7c84391d8de3614615ce')
build() {
export GOPATH="$srcdir"