mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/distrobox: Updated for version 1.7.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9df47ed6f1
commit
2d03adaccc
2 changed files with 4 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=distrobox
|
||||
VERSION=${VERSION:-1.7.0.1}
|
||||
VERSION=${VERSION:-1.7.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -60,7 +60,6 @@ mkdir -p $PKG/usr/bin $PKG/usr/share/{bash-completions,icons}
|
|||
cp -rf distrobox* $PKG/usr/bin
|
||||
cp -rf man/ $PKG/usr/
|
||||
cp -rf completions $PKG/usr/share/bash-completions/
|
||||
cp terminal-distrobox-icon.svg $PKG/usr/share/icons/terminal-distrobox-icon.svg
|
||||
rm $PKG/usr/man/gen-man
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="distrobox"
|
||||
VERSION="1.7.0.1"
|
||||
VERSION="1.7.1"
|
||||
HOMEPAGE="https://github.com/89luca89/distrobox"
|
||||
DOWNLOAD="https://github.com/89luca89/distrobox/archive/1.7.0.1/distrobox-1.7.0.1.tar.gz"
|
||||
MD5SUM="01bc2f2f39d773e82ad5e896f28c1b80"
|
||||
DOWNLOAD="https://github.com/89luca89/distrobox/archive/1.7.1/distrobox-1.7.1.tar.gz"
|
||||
MD5SUM="25e413dbc60fbea908542c392e2affda"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="podman"
|
||||
|
|
Loading…
Reference in a new issue