summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Powell2024-01-01 12:09:05 -0500
committerCorey Powell2024-01-01 12:09:05 -0500
commit2237cad0f0e4d88c4a43433283787cd9dcf7d912 (patch)
treea1258f00c8fde929e74a61ca703871f816cae871
parente905d46779adb4c95c6d114f0b77fbb4cb96c0db (diff)
downloadaur-2237cad0f0e4d88c4a43433283787cd9dcf7d912.tar.gz
Updated to 1.14
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58f20afb60cf..f3d868ef176d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hashlink
pkgdesc = A virtual machine for Haxe (tagged releases)
- pkgver = 1.13
- pkgrel = 3
+ pkgver = 1.14
+ pkgrel = 1
url = https://hashlink.haxe.org/
arch = x86_64
license = MIT
@@ -14,9 +14,9 @@ pkgbase = hashlink
depends = libuv
depends = glu
conflicts = hashlink-git
- source = https://github.com/HaxeFoundation/hashlink/archive/1.13.tar.gz
+ source = https://github.com/HaxeFoundation/hashlink/archive/1.14.tar.gz
source = mbedtls2-Makefile.patch
- sha256sums = 696aef6871771e5e12c617df79187d1761e79bcfe3927531e99f665a8002956f
+ sha256sums = 7def473c8fa620011c7359dc36524246c83d0b6a25d495d421750ecb7182cc99
sha256sums = 3d272e39333fbf0cbe17667f608a7616a3eef543fb574e1e9b51460f8b5f3db0
pkgname = hashlink
diff --git a/PKGBUILD b/PKGBUILD
index ecd36cb0e1ed..d24eeef4e075 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# 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.13
-pkgrel=3
+pkgver=1.14
+pkgrel=1
pkgdesc="A virtual machine for Haxe (tagged releases)"
url="https://hashlink.haxe.org/"
arch=(x86_64)
@@ -22,7 +22,7 @@ depends=(
)
source=("https://github.com/HaxeFoundation/hashlink/archive/${pkgver}.tar.gz"
"mbedtls2-Makefile.patch")
-sha256sums=('696aef6871771e5e12c617df79187d1761e79bcfe3927531e99f665a8002956f'
+sha256sums=('7def473c8fa620011c7359dc36524246c83d0b6a25d495d421750ecb7182cc99'
'3d272e39333fbf0cbe17667f608a7616a3eef543fb574e1e9b51460f8b5f3db0')
prepare() {