summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8fe6dbf1a9a6..2d0b20ee2731 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname='adscript'
pkgdesc="A high-performance, s-expressions based programming language that is natively compiled."
-pkgver=0.5
+pkgver=0.6
pkgrel=1
ghorg='Amplus2'
ghrepo='Adscript'
@@ -11,7 +11,7 @@ arch=('x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
depends=('llvm>=11.1')
makedepends=('clang>=11.1')
source=("${url}/archive/refs/tags/${pkgname}-${pkgver}.tar.gz")
-md5sums=('9e5aa6397a64a02b8471e5aee6d7ab96')
+md5sums=('d1a1d4a440f235873e2351b68b1ee53b')
install=$pkgname.install
upname='Adscript'