mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
desktop/sun: Updated for version 1.4.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0ce80397a5
commit
cd9553364f
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for sun
|
||||
|
||||
# Copyright 2015-2022 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2015-2023 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=sun
|
||||
VERSION=${VERSION:-1.4.1}
|
||||
VERSION=${VERSION:-1.4.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="sun"
|
||||
VERSION="1.4.1"
|
||||
VERSION="1.4.2"
|
||||
HOMEPAGE="https://gitlab.com/dslackw/sun"
|
||||
DOWNLOAD="https://gitlab.com/dslackw/sun/-/archive/1.4.1/sun-1.4.1.tar.gz"
|
||||
MD5SUM="4119868196b4f8255874061262dc14f0"
|
||||
DOWNLOAD="https://gitlab.com/dslackw/sun/-/archive/1.4.2/sun-1.4.2.tar.gz"
|
||||
MD5SUM="0cae33b9a0ad55103ec7ce1dd72a7c6d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-toml"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue