summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Powell2023-01-29 10:51:32 -0500
committerCorey Powell2023-01-29 10:51:32 -0500
commit793c560ce1396bf4be59706b2e69646fc92b0a4a (patch)
treea9b0ca1a8507d5dfb19595da9b18cc2e9f7bb25d
parentaeff4cd8971dffd8c6f13e66e5bcd377afe91d5f (diff)
downloadaur-793c560ce1396bf4be59706b2e69646fc92b0a4a.tar.gz
Updated to version 1.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 413a805076ef..a37f365c10c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hashlink
pkgdesc = A virtual machine for Haxe (tagged releases)
- pkgver = 1.12
+ pkgver = 1.13
pkgrel = 1
url = https://hashlink.haxe.org/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = hashlink
depends = mbedtls
depends = libuv
conflicts = hashlink-git
- source = https://github.com/HaxeFoundation/hashlink/archive/1.12.tar.gz
- md5sums = 670c3ff3e6fdd3295fd9665f71b0fc70
+ source = https://github.com/HaxeFoundation/hashlink/archive/1.13.tar.gz
+ md5sums = d2b6df0c10dd26977c1bceaf1eca7d58
pkgname = hashlink
diff --git a/PKGBUILD b/PKGBUILD
index bbf67dd8a0df..9c06d72c870a 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.12
+pkgver=1.13
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=('670c3ff3e6fdd3295fd9665f71b0fc70')
+md5sums=('d2b6df0c10dd26977c1bceaf1eca7d58')
build() {
cd "$srcdir/${pkgname}-${pkgver}"