mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/firejail: Updated for version 0.9.38.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3a7ea11de4
commit
25caae0e11
3 changed files with 6 additions and 8 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=firejail
|
||||
VERSION=${VERSION:-0.9.18}
|
||||
VERSION=${VERSION:-0.9.38}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -87,8 +87,6 @@ make install DESTDIR=$PKG
|
|||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mv $PKG/usr/share/man $PKG/usr/
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="firejail"
|
||||
VERSION="0.9.18"
|
||||
HOMEPAGE="http://l3net.wordpress.com/projects/firejail/"
|
||||
DOWNLOAD="http://sourceforge.net/projects/firejail/files/firejail/firejail-0.9.18.tar.bz2"
|
||||
MD5SUM="9ca253795fdc29ef65b3495844e38e3c"
|
||||
VERSION="0.9.38"
|
||||
HOMEPAGE="http://firejail.wordpress.com/"
|
||||
DOWNLOAD="http://sourceforge.net/projects/firejail/files/firejail/firejail-0.9.38.tar.bz2"
|
||||
MD5SUM="7907c3499b2180304f2a58a9e3e88016"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -15,5 +15,5 @@ firejail: descendants to have their own private view of the globally shared
|
|||
firejail: kernel resources, such as the network stack, process table, mount
|
||||
firejail: table.
|
||||
firejail:
|
||||
firejail: Homepage: http://l3net.wordpress.com/projects/firejail/
|
||||
firejail: Homepage: http://firejail.wordpress.com/
|
||||
firejail:
|
||||
|
|
Loading…
Reference in a new issue