mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
system/t1utils: Updated for version 1.41.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
This commit is contained in:
parent
c1f83e2c56
commit
f542c53ff0
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=t1utils
|
||||
VERSION=${VERSION:-1.40}
|
||||
VERSION=${VERSION:-1.41}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -40,7 +40,7 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM-$VERSION
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
DOCS="INSTALL NEWS.md README.md"
|
||||
DOCS="INSTALL LICENSE NEWS.md README.md"
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="t1utils"
|
||||
VERSION="1.40"
|
||||
VERSION="1.41"
|
||||
HOMEPAGE="https://www.lcdf.org/type/#t1utils"
|
||||
DOWNLOAD="https://www.lcdf.org/type/t1utils-1.40.tar.gz"
|
||||
MD5SUM="03ef8db067d2c8657f50130292d46617"
|
||||
DOWNLOAD="https://www.lcdf.org/type/t1utils-1.41.tar.gz"
|
||||
MD5SUM="5430f82fcc27ccfc44526a59fa64849a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue