summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2019-08-05 23:17:12 +0300
committerAdrian Perez de Castro2019-08-05 23:17:12 +0300
commite91acb6dc5d3e36bbdba28f832ea1b3de5af87a9 (patch)
tree26725a45e8741af2dddf338b68cbbc0d741f375a
parent95d8844394cd050edb51f00a7f578f8d3c879376 (diff)
downloadaur-e91acb6dc5d3e36bbdba28f832ea1b3de5af87a9.tar.gz
Bump to version 2019.07.28
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbbd1f8b2bf9..97473de1ae4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = quickjs
pkgdesc = Small and embeddable JavaScript engine
- pkgver = 2019.07.21
+ pkgver = 2019.07.28
pkgrel = 1
url = https://bellard.org/quickjs
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = quickjs
depends = lib32-glibc
depends = lib32-gcc-libs
options = !strip
- source = https://bellard.org/quickjs/quickjs-2019-07-21.tar.xz
- sha512sums = 09c625b43051a4919f5acabe498b5ba41101592cfb42b4bc677d949a438d1fac5cead17b335bf7adf5b270a35fb289bc5345895e3ebf69ee6c10b4af61ee21c6
+ source = https://bellard.org/quickjs/quickjs-2019-07-28.tar.xz
+ sha512sums = f975aee2a54454eeda922130010bdcf2daf4889080e4c1b90fa15b66275bc6cb5b6321af6a14ce3432ddea53eca7ed2a733152690e20b9cb8f6707c6029c5fc7
pkgname = quickjs
diff --git a/PKGBUILD b/PKGBUILD
index b87120d81182..ab541cf4b150 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgdesc='Small and embeddable JavaScript engine'
pkgname=quickjs
-pkgver=2019.07.21
+pkgver=2019.07.28
pkgrel=1
url='https://bellard.org/quickjs'
depends=(glibc lib32-glibc lib32-gcc-libs)
@@ -10,7 +10,7 @@ options=(!strip)
license=(custom:MIT)
_pv="${pkgname}-${pkgver//./-}"
source=("${url}/${_pv}.tar.xz")
-sha512sums=('09c625b43051a4919f5acabe498b5ba41101592cfb42b4bc677d949a438d1fac5cead17b335bf7adf5b270a35fb289bc5345895e3ebf69ee6c10b4af61ee21c6')
+sha512sums=('f975aee2a54454eeda922130010bdcf2daf4889080e4c1b90fa15b66275bc6cb5b6321af6a14ce3432ddea53eca7ed2a733152690e20b9cb8f6707c6029c5fc7')
prepare () {
cat >> "${_pv}/Makefile" <<-EOF