mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/wlsunset: Updated for version 0.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
21e1615bc3
commit
f4f9f2bb72
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for wlsunset
|
||||
|
||||
# Copyright 2022 Jay Lanagan (j@lngn.net), Detroit, MI, USA.
|
||||
# Copyright 2022-2024 Jay Lanagan (j@lngn.net), Detroit, MI, 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=wlsunset
|
||||
VERSION=${VERSION:-0.3.0}
|
||||
VERSION=${VERSION:-0.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="wlsunset"
|
||||
VERSION="0.3.0"
|
||||
VERSION="0.4.0"
|
||||
HOMEPAGE="https://git.sr.ht/~kennylevinsen/wlsunset"
|
||||
DOWNLOAD="https://git.sr.ht/~kennylevinsen/wlsunset/archive/0.3.0.tar.gz"
|
||||
MD5SUM="0ffd8d9bb235f5decf050f41e9154e5d"
|
||||
DOWNLOAD="https://git.sr.ht/~kennylevinsen/wlsunset/archive/0.4.0.tar.gz"
|
||||
MD5SUM="668e2f9b47b4f51eaf2b0706fe363123"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue