Browse Source
system/pomed-light: Updated for version 1.52lw
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/198/head
Zhu Qun-Ying
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
6 additions and
6 deletions
-
system/pommed-light/pommed-light.SlackBuild
-
system/pommed-light/pommed-light.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for pommed-light |
|
|
|
|
|
|
|
# Copyright 2014 Zhu Qun-Ying |
|
|
|
# Copyright 2014-2023 Zhu Qun-Ying |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -28,8 +28,8 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=pommed-light |
|
|
|
VERSION=${VERSION:-1.51lw} |
|
|
|
BUILD=${BUILD:-2} |
|
|
|
VERSION=${VERSION:-1.52lw} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="pommed-light" |
|
|
|
VERSION="1.51lw" |
|
|
|
VERSION="1.52lw" |
|
|
|
HOMEPAGE="https://github.com/bytbox/pommed-light" |
|
|
|
DOWNLOAD="https://github.com/bytbox/pommed-light/archive/v1.51lw/pommed-light-1.51lw.tar.gz" |
|
|
|
MD5SUM="b7d99af66237cc676e51473dddcc58e5" |
|
|
|
DOWNLOAD="https://github.com/bytbox/pommed-light/archive/v1.52lw/pommed-light-1.52lw.tar.gz" |
|
|
|
MD5SUM="341bf5de70e96ee326be4b892b6f0cb4" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="confuse" |
|
|
|