summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2021-05-07 12:55:45 +0200
committerMarcin Wieczorek2021-05-07 12:55:45 +0200
commit4d9fad97ae3ddedbc97897655e9deb4c9ade164f (patch)
tree8c46b94597922f2141eee7194386f59979c96793
parent69139b05d8a10f355007732653eb6521c09caf1f (diff)
downloadaur-4d9fad97ae3ddedbc97897655e9deb4c9ade164f.tar.gz
Version 2.24
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e66c20674271..2bccdd1bbc8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = sandbox
pkgdesc = sandbox'd LD_PRELOAD hack
- pkgver = 2.23
+ pkgver = 2.24
pkgrel = 1
url = http://www.gentoo.org/
arch = i686
arch = x86_64
license = GPL
- source = http://distfiles.gentoo.org/distfiles/sandbox-2.23.tar.xz
- sha256sums = 1e74c87723c11bec738702296db29c8a72b22a65c1b05f3d515b7ad739187040
+ source = http://distfiles.gentoo.org/distfiles/sandbox-2.24.tar.xz
+ sha256sums = 2cfa52c0e614a655a2df903e58ae8c63fedb224a602623b674df884c77d282a0
pkgname = sandbox
diff --git a/PKGBUILD b/PKGBUILD
index 5e95630adc95..d75f37bd2593 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Contributor: Star Brilliant <echo bTEzMjUzQGhvdG1haWwuY29tCg== | base64 -d>
pkgname=sandbox
-pkgver=2.23
+pkgver=2.24
pkgrel=1
pkgdesc="sandbox'd LD_PRELOAD hack"
arch=('i686' 'x86_64')
url='http://www.gentoo.org/'
license=('GPL')
source=(http://distfiles.gentoo.org/distfiles/$pkgname-$pkgver.tar.xz)
-sha256sums=('1e74c87723c11bec738702296db29c8a72b22a65c1b05f3d515b7ad739187040')
+sha256sums=('2cfa52c0e614a655a2df903e58ae8c63fedb224a602623b674df884c77d282a0')
build() {
cd "$srcdir"/$pkgname-$pkgver