mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
system/betty: updated for version 0.1.7 + exec script fix
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ed31f08c7f
commit
e988d07665
3 changed files with 5 additions and 5 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
/opt/betty/main.rb
|
||||
/opt/betty/main.rb "$@"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
# not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
PRGNAM=betty
|
||||
VERSION=${VERSION:-0.1.6}
|
||||
VERSION=${VERSION:-0.1.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="betty"
|
||||
VERSION="0.1.6"
|
||||
VERSION="0.1.7"
|
||||
HOMEPAGE="https://github.com/pickhardt/betty"
|
||||
DOWNLOAD="https://github.com/pickhardt/betty/archive/v0.1.6.tar.gz"
|
||||
MD5SUM="3c69724ad708ab625d858b36ee5af996"
|
||||
DOWNLOAD="https://github.com/pickhardt/betty/archive/v0.1.7.tar.gz"
|
||||
MD5SUM="c98f5b3733f3eaeeeb531d6a0b4b0062"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue