mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
graphics/gimp-plugin-bimp: Updated for version 1.16.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cf496a8874
commit
51226159a7
2 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=gimp-plugin-bimp
|
||||
VERSION=${VERSION:-1.15}
|
||||
VERSION=${VERSION:-1.16}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -80,7 +80,7 @@ mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/gimp/2.0/plug-ins
|
|||
mv bin/bimp $PKG/usr/lib${LIBDIRSUFFIX}/gimp/2.0/plug-ins
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a CHANGELOG LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a LICENSE *.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gimp-plugin-bimp"
|
||||
VERSION="1.15"
|
||||
VERSION="1.16"
|
||||
HOMEPAGE="https://github.com/alessandrofrancesconi/gimp-plugin-bimp"
|
||||
DOWNLOAD="https://github.com/alessandrofrancesconi/gimp-plugin-bimp/archive/v1.15.tar.gz"
|
||||
MD5SUM="0d2dd1774f8251bda8a44808b417fef1"
|
||||
DOWNLOAD="https://github.com/alessandrofrancesconi/gimp-plugin-bimp/archive/v1.16.tar.gz"
|
||||
MD5SUM="5c9664c486889fc28d0a5c43665faa83"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue