system/dse-typewriter-font: Updated for version 1.1.0.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
15f8d2798d
commit
42cd93fb77
|
@ -9,7 +9,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=dse-typewriter-font
|
||||
VERSION=${VERSION:-20200507_1795eb8}
|
||||
VERSION=${VERSION:-1.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -30,7 +30,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
# upstream permissions are bad
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dse-typewriter-font"
|
||||
VERSION="20200507_1795eb8"
|
||||
VERSION="1.1.0"
|
||||
HOMEPAGE="https://webonastick.com/fonts/dse-typewriter/"
|
||||
DOWNLOAD="https://slackware.uk/~urchlay/src/dse-typewriter-font-20200507_1795eb8.tar.xz"
|
||||
MD5SUM="fc138176cffc5e8acb8937132a16d4c6"
|
||||
DOWNLOAD="https://github.com/dse/dse-typewriter-font/archive/1.1.0/dse-typewriter-font-1.1.0.tar.gz"
|
||||
MD5SUM="ce76dabe1171a7a1fbc5533151d3f338"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue