diff options
author | Samuel Young <samyoung12788@gmail.com> | 2024-10-04 22:24:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-04 22:57:56 +0700 |
commit | 3bceb50ccc67022b0ebd564203e6a97d50846467 (patch) | |
tree | dbc9dce5c493c37b2380dc8e9c5133f154934625 | |
parent | f6f4b122f5ceab00ea921ce7fdffb22cb4c0be03 (diff) |
misc/tarotplane: Updated for version 0.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | misc/tarotplane/tarotplane.SlackBuild | 2 | ||||
-rw-r--r-- | misc/tarotplane/tarotplane.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/tarotplane/tarotplane.SlackBuild b/misc/tarotplane/tarotplane.SlackBuild index 629adaf767f73..37a8dff29bbd5 100644 --- a/misc/tarotplane/tarotplane.SlackBuild +++ b/misc/tarotplane/tarotplane.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tarotplane -VERSION=${VERSION:-0.2.0} +VERSION=${VERSION:-0.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/misc/tarotplane/tarotplane.info b/misc/tarotplane/tarotplane.info index 44680eda9e222..266e585de7af2 100644 --- a/misc/tarotplane/tarotplane.info +++ b/misc/tarotplane/tarotplane.info @@ -1,8 +1,8 @@ PRGNAM="tarotplane" -VERSION="0.2.0" +VERSION="0.3.0" HOMEPAGE="https://codeberg.org/1-1sam/tarotplane" -DOWNLOAD="https://codeberg.org/1-1sam/tarotplane/archive/0.2.0.tar.gz" -MD5SUM="8534810b2596261a00742430ce51fb8e" +DOWNLOAD="https://codeberg.org/1-1sam/tarotplane/archive/0.3.0.tar.gz" +MD5SUM="0d217df4f6139cb4235e93ca393b5376" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-Curses" |