Browse Source
system/sakura: Updated for version 3.8.8.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/249/head
afhpayne
1 year 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/sakura/sakura.SlackBuild
-
system/sakura/sakura.info
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
|
|
|
|
# Slackware build script for sakura |
|
|
|
# Copyright 2022 Andrew Payne <phalange@komputermatrix.com> |
|
|
|
# Copyright 2022-2024 Andrew Payne <phalange@komputermatrix.com> |
|
|
|
# Copyright 2017 Donald Cooley South Haven, IN USA |
|
|
|
# Updated by Eugene Wissner <eugen@flevum.de> |
|
|
|
# Updated by Kristaps Esterlins <esterlinsh[at]gmail.com> |
|
|
|
@ -28,8 +28,8 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=sakura |
|
|
|
SRCNAM=SAKURA_3_8_7 |
|
|
|
VERSION=${VERSION:-3.8.7} |
|
|
|
SRCNAM=SAKURA_3_8_8 |
|
|
|
VERSION=${VERSION:-3.8.8} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="sakura" |
|
|
|
VERSION="3.8.7" |
|
|
|
VERSION="3.8.8" |
|
|
|
HOMEPAGE="http://www.pleyades.net/david/projects/sakura" |
|
|
|
DOWNLOAD="https://github.com/dabisu/sakura/archive/refs/tags/SAKURA_3_8_7/sakura-SAKURA_3_8_7.tar.gz" |
|
|
|
MD5SUM="442e50535e73984a6d07fdb01601c571" |
|
|
|
DOWNLOAD="https://github.com/dabisu/sakura/archive/refs/tags/SAKURA_3_8_8/sakura-SAKURA_3_8_8.tar.gz" |
|
|
|
MD5SUM="2fe0aa7702e992f7af5c2a464b323aee" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|
|