diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2015-06-07 21:49:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-07 21:50:27 +0700 |
commit | bd7d7b15764212566d5c3237e8b4c9b79f5a43c4 (patch) | |
tree | 73556265e9e9a93fb40e4af01827cdaa1a39a9f2 | |
parent | 70e9d7d9cc3bccc744993c968bce62380c713794 (diff) | |
download | slackbuilds-bd7d7b15764212566d5c3237e8b4c9b79f5a43c4.tar.gz |
system/adobe-source-serif-pro-font: Updated for version 1.017R.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/adobe-source-serif-pro-font/adobe-source-serif-pro-font.SlackBuild | 7 | ||||
-rw-r--r-- | system/adobe-source-serif-pro-font/adobe-source-serif-pro-font.info | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/system/adobe-source-serif-pro-font/adobe-source-serif-pro-font.SlackBuild b/system/adobe-source-serif-pro-font/adobe-source-serif-pro-font.SlackBuild index 26577d6356..27b80fc0cf 100644 --- a/system/adobe-source-serif-pro-font/adobe-source-serif-pro-font.SlackBuild +++ b/system/adobe-source-serif-pro-font/adobe-source-serif-pro-font.SlackBuild @@ -26,9 +26,8 @@ # Currently maintained by Dugan Chen PRGNAM=adobe-source-serif-pro-font -VERSION=${VERSION:-1.014} -SRC=SourceSerifPro_FontsOnly-${VERSION} -SRCDIR=source-serif-pro-${VERSION}R +VERSION=${VERSION:-1.017R} +SRCDIR=source-serif-pro-${VERSION} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -45,7 +44,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf ${SRCDIR} -unzip $CWD/${SRC}.zip +tar xf $CWD/${VERSION}.tar.gz cd ${SRCDIR} chown -R root:root . find -L . \ diff --git a/system/adobe-source-serif-pro-font/adobe-source-serif-pro-font.info b/system/adobe-source-serif-pro-font/adobe-source-serif-pro-font.info index d6163e378e..aa04dfe1ea 100644 --- a/system/adobe-source-serif-pro-font/adobe-source-serif-pro-font.info +++ b/system/adobe-source-serif-pro-font/adobe-source-serif-pro-font.info @@ -1,8 +1,8 @@ PRGNAM="adobe-source-serif-pro-font" -VERSION="1.014" -HOMEPAGE="http://sourceforge.net/projects/sourceserifpro.adobe/" -DOWNLOAD="http://downloads.sourceforge.net/project/sourceserifpro.adobe/SourceSerifPro_FontsOnly-1.014.zip" -MD5SUM="253dc8d8ce68808ad01149842e1975a3" +VERSION="1.017R" +HOMEPAGE="http://adobe-fonts.github.io/source-serif-pro/" +DOWNLOAD="https://github.com/adobe-fonts/source-serif-pro/archive/1.017R.tar.gz" +MD5SUM="fee6b5d1fe3b21621b14fe342c32a398" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |