summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-05-07 19:22:07 +0200
committerhaawda2019-05-07 19:22:07 +0200
commitf160d6fa9c044cbe246a54f4201bc1690e71575c (patch)
tree6cd894548a29f766654d6ac0ad1ec64da3d63f40 /PKGBUILD
parentd10c39126be5a7d6ea030d3526ed3224f4696435 (diff)
downloadaur-f160d6fa9c044cbe246a54f4201bc1690e71575c.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32aaa7549de0..b34082c658f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname='buck'
-pkgver='2019.01.10.01'
+pkgver='2019.05.06.01'
pkgrel=1
pkgdesc='A fast build system that encourages the creation of small, \
reusable modules over a variety of platforms and languages.'
@@ -13,7 +13,7 @@ optdepends=('watchman: prevent Buck from parsing all of your build files every t
url='https://buckbuild.com'
license=('Apache')
source=("$pkgname-$pkgver.tar.gz::https://github.com/facebook/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('5dbfeb1146c7441ec0061f4c0a905014999328c653acd94558eb2af4a4bf2fe1')
+sha256sums=('e52268c3e1addcadc758a5d0b96892796b0959eee3a4236238e2efcc8cf3c8e9')
build() {
cd ${pkgname}-${pkgver}