Browse Source
system/arch-install-scripts: Updated for version 30.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
master
Matt Egger
3 days ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
system/arch-install-scripts/arch-install-scripts.SlackBuild
-
system/arch-install-scripts/arch-install-scripts.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for arch-install-scripts |
|
|
|
|
|
|
|
# Copyright 2023-2024 Matt Egger USA |
|
|
|
# Copyright 2023-2025 Matt Egger USA |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=arch-install-scripts |
|
|
|
VERSION=${VERSION:-29} |
|
|
|
VERSION=${VERSION:-30} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="arch-install-scripts" |
|
|
|
VERSION="29" |
|
|
|
VERSION="30" |
|
|
|
HOMEPAGE="https://gitlab.archlinux.org/archlinux/arch-install-scripts" |
|
|
|
DOWNLOAD="https://gitlab.archlinux.org/archlinux/arch-install-scripts/-/archive/v29/arch-install-scripts-v29.tar.gz" |
|
|
|
MD5SUM="f7cbdeb21d5d95bebb02e36e6be4eb71" |
|
|
|
DOWNLOAD="https://gitlab.archlinux.org/archlinux/arch-install-scripts/-/archive/v30/arch-install-scripts-v30.tar.gz" |
|
|
|
MD5SUM="d575aae185d064f70a7a96939d6cd7af" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|