summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKokaKiwi2023-12-15 11:17:42 +0100
committerKokaKiwi2023-12-15 11:17:42 +0100
commit58ab63c2474fd45fee3f5c35bb874d87276ceabc (patch)
treef49614add23865686d6b9c6b60696a4716394e71
parent2e2c91630482f8257842e8647947b0b7950530b8 (diff)
downloadaur-58ab63c2474fd45fee3f5c35bb874d87276ceabc.tar.gz
upgpkg: php-luasandbox 4.1.2-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47417baa6629..cab58a722a2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = php-luasandbox
pkgdesc = PHP extension that provides a sandboxed environment to run Lua scripts in
- pkgver = 4.1.1
+ pkgver = 4.1.2
pkgrel = 1
url = https://www.mediawiki.org/wiki/LuaSandbox
arch = i686
@@ -8,8 +8,8 @@ pkgbase = php-luasandbox
license = MIT
depends = php
depends = lua51
- source = php-luasandbox-4.1.1.tar.gz::https://github.com/wikimedia/mediawiki-php-luasandbox/archive/refs/tags/4.1.1.tar.gz
- sha256sums = c1a9a212df344219401f2dfe0bf0a4d2b413b29e6f78e32ae4178efff3ae61ac
- b2sums = 47fd4d25fa24f5ae24f66fb9208c1301eebacefdf2f6d8434c3d108941782a621f0095a49990647f8a29597bb7d91f6467f17f6b78a041b5f3123cc7f70dbc22
+ source = php-luasandbox-4.1.2.tar.gz::https://github.com/wikimedia/mediawiki-php-luasandbox/archive/refs/tags/4.1.2.tar.gz
+ sha256sums = f75cda3675f57c6ee38e78cf8c215963ad36bdb86128ce76aa0f6281a6967adb
+ b2sums = 9e1ea045fbf1401cd12e8519b3e2f527878c39f870b7cdfe48145bcc085d2d7b2d8b74ec216f09dc534b52745f55806277aa1c2fe51d7293ec887f74ce45bb6a
pkgname = php-luasandbox
diff --git a/PKGBUILD b/PKGBUILD
index b5de7835fa1f..93ddedf77d41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: KokaKiwi <kokakiwi+aur [at] kokakiwi.net>
pkgname=php-luasandbox
-pkgver=4.1.1
+pkgver=4.1.2
pkgrel=1
pkgdesc='PHP extension that provides a sandboxed environment to run Lua scripts in'
arch=('i686' 'x86_64')
@@ -9,8 +9,8 @@ url='https://www.mediawiki.org/wiki/LuaSandbox'
license=('MIT')
depends=('php' 'lua51')
source=("$pkgname-$pkgver.tar.gz::https://github.com/wikimedia/mediawiki-php-luasandbox/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('c1a9a212df344219401f2dfe0bf0a4d2b413b29e6f78e32ae4178efff3ae61ac')
-b2sums=('47fd4d25fa24f5ae24f66fb9208c1301eebacefdf2f6d8434c3d108941782a621f0095a49990647f8a29597bb7d91f6467f17f6b78a041b5f3123cc7f70dbc22')
+sha256sums=('f75cda3675f57c6ee38e78cf8c215963ad36bdb86128ce76aa0f6281a6967adb')
+b2sums=('9e1ea045fbf1401cd12e8519b3e2f527878c39f870b7cdfe48145bcc085d2d7b2d8b74ec216f09dc534b52745f55806277aa1c2fe51d7293ec887f74ce45bb6a')
build() {
cd "mediawiki-php-luasandbox-$pkgver"