mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/numix-icon-theme-square: Updated for version 20220711.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
857db0d33e
commit
f8d5754822
2 changed files with 9 additions and 9 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# Slackware build script for numix-icon-theme.
|
||||
# Slackware build script for numix-icon-theme-square
|
||||
#
|
||||
# Copyright 2015-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2020 Isaac Yu <isaacyu1@isaacyu1.com>
|
||||
# Copyright 2020-2022 Isaac Yu <isaacyu1@isaacyu1.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM="numix-icon-theme-square"
|
||||
VERSION=${VERSION:-20191227}
|
||||
VERSION=${VERSION:-20220711}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -45,7 +45,7 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
SRCVER=${SRCVER:-19.12.27}
|
||||
SRCVER=${SRCVER:-22.07.11}
|
||||
|
||||
set -e
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="numix-icon-theme-square"
|
||||
VERSION="20191227"
|
||||
VERSION="20220711"
|
||||
HOMEPAGE="https://github.com/numixproject/numix-icon-theme-square/"
|
||||
DOWNLOAD="https://github.com/numixproject/numix-icon-theme-square/archive/19.12.27/numix-icon-theme-square-19.12.27.tar.gz"
|
||||
MD5SUM="ecd5154edb601b4c40a16b44b2030378"
|
||||
DOWNLOAD="https://github.com/numixproject/numix-icon-theme-square/archive/22.07.11/numix-icon-theme-square-22.07.11.tar.gz"
|
||||
MD5SUM="deaadfa686d7747ebde18594aa10b451"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="numix-icon-theme"
|
||||
MAINTAINER="Isaac Yu"
|
||||
EMAIL="isaacyu1@isaacyu1.com"
|
||||
MAINTAINER="orphaned - no maintainer"
|
||||
EMAIL="nobody@nowhere"
|
||||
|
|
Loading…
Reference in a new issue