summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Powell2022-04-29 14:21:12 -0500
committerCorey Powell2022-04-29 14:21:12 -0500
commitaeff4cd8971dffd8c6f13e66e5bcd377afe91d5f (patch)
tree1bd0db4f8bc36e197f9ced5ae33d232045d447da
parent5a42d77e547568849e58fc7aee06c3ea2681000a (diff)
downloadaur-aeff4cd8971dffd8c6f13e66e5bcd377afe91d5f.tar.gz
Updated to version 1.12
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51035ef369a1..413a805076ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hashlink
pkgdesc = A virtual machine for Haxe (tagged releases)
- pkgver = 1.11
+ pkgver = 1.12
pkgrel = 1
url = https://hashlink.haxe.org/
arch = x86_64
@@ -13,8 +13,7 @@ pkgbase = hashlink
depends = mbedtls
depends = libuv
conflicts = hashlink-git
- source = https://github.com/HaxeFoundation/hashlink/archive/1.11.tar.gz
- md5sums = e0c644cd41c9a5f4fcab7864bc7457f3
+ source = https://github.com/HaxeFoundation/hashlink/archive/1.12.tar.gz
+ md5sums = 670c3ff3e6fdd3295fd9665f71b0fc70
pkgname = hashlink
-
diff --git a/PKGBUILD b/PKGBUILD
index 0570a19e7b7b..bbf67dd8a0df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# This is based off the tagged releases in the official hashlink repo
# So if you want official releases, this is the PKGBUILD for you.
pkgname=hashlink
-pkgver=1.11
+pkgver=1.12
pkgrel=1
pkgdesc="A virtual machine for Haxe (tagged releases)"
url="https://hashlink.haxe.org/"
@@ -12,7 +12,7 @@ conflicts=('hashlink-git')
makedepends=()
depends=('libpng' 'libjpeg-turbo' 'libvorbis' 'openal' 'sdl2' 'mbedtls' 'libuv')
source=("https://github.com/HaxeFoundation/hashlink/archive/${pkgver}.tar.gz")
-md5sums=('e0c644cd41c9a5f4fcab7864bc7457f3')
+md5sums=('670c3ff3e6fdd3295fd9665f71b0fc70')
build() {
cd "$srcdir/${pkgname}-${pkgver}"