summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Alexander2017-02-02 13:08:41 +1100
committerMichael Alexander2017-02-02 13:08:41 +1100
commit29ab6e58f2c17d84788838a029eb6af1f6676462 (patch)
tree65bad059efd485f2a208a1de45ca57ce37a215d0
parent67b77b0838d294a8a4478db535d71ce6442232db (diff)
downloadaur-29ab6e58f2c17d84788838a029eb6af1f6676462.tar.gz
Bumped to 3.17.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cd1dbcb1d6f..a82bcb8ab734 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hhvm-hack-git
pkgdesc = HHVM's Hack tools (hh_client, hh_server, hh_format et al.)
- pkgver = 3.17.1
+ pkgver = 3.17.2
pkgrel = 1
url = http://hacklang.org/
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = hhvm-hack-git
makedepends = cmake
makedepends = libdwarf
conflicts = hhvm
- source = hhvm::git+https://github.com/facebook/hhvm#tag=HHVM-3.17.1
+ source = hhvm::git+https://github.com/facebook/hhvm#tag=HHVM-3.17.2
md5sums = SKIP
pkgname = hhvm-hack-git
diff --git a/PKGBUILD b/PKGBUILD
index 94f7bc00a78e..609390016ae6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michael Alexander <beefsack@gmail.com>
pkgname=hhvm-hack-git
-pkgver=3.17.1
+pkgver=3.17.2
pkgrel=1
pkgdesc="HHVM's Hack tools (hh_client, hh_server, hh_format et al.)"
arch=('x86_64')
@@ -9,17 +9,14 @@ license=('PHP')
makedepends=('git' 'ocaml' 'ocamlbuild' 'ocaml-compiler-libs' 'ocaml-ctypes' 'gcc' 'cmake' 'libdwarf')
conflicts=("hhvm")
source=(
- #'https://github.com/facebook/hhvm/commit/2a4d3da.patch'
"hhvm::git+https://github.com/facebook/hhvm#tag=HHVM-${pkgver}"
)
md5sums=(
- #'a9b12ff007d9590a25d7a945edf590c7'
'SKIP'
)
prepare() {
cd "$srcdir/hhvm"
- #git apply "$srcdir/2a4d3da.patch"
}
build() {