diff options
author | Hunter Sezen <orbea@fredslev.dk> | 2018-11-12 07:41:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-12 07:41:56 +0700 |
commit | c6500d2e233125ae230c4c1e134c7cef135ed46c (patch) | |
tree | aa831a28d020e34fd3ebdf1f77972cd8887c0933 /libraries/libnumbertext | |
parent | 5d94d1154498e397ee54a5c8c61c1921a3a46ea6 (diff) | |
download | slackbuilds-c6500d2e233125ae230c4c1e134c7cef135ed46c.tar.gz |
libraries/libnumbertext: Updated for version 1.0.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libnumbertext')
-rw-r--r-- | libraries/libnumbertext/libnumbertext.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/libnumbertext/libnumbertext.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/libnumbertext/libnumbertext.SlackBuild b/libraries/libnumbertext/libnumbertext.SlackBuild index b717e27e87..66ad3090b7 100644 --- a/libraries/libnumbertext/libnumbertext.SlackBuild +++ b/libraries/libnumbertext/libnumbertext.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libnumbertext -VERSION=${VERSION:-1.0.3} +VERSION=${VERSION:-1.0.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -85,7 +85,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING ChangeLog NEWS README THANKS TODO \ +cp -a AUTHORS COPYING ChangeLog NEWS README.md THANKS \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/libraries/libnumbertext/libnumbertext.info b/libraries/libnumbertext/libnumbertext.info index c3c972f8f3..5c98b0dd98 100644 --- a/libraries/libnumbertext/libnumbertext.info +++ b/libraries/libnumbertext/libnumbertext.info @@ -1,8 +1,8 @@ PRGNAM="libnumbertext" -VERSION="1.0.3" +VERSION="1.0.5" HOMEPAGE="https://numbertext.github.io/" -DOWNLOAD="https://github.com/Numbertext/libnumbertext/releases/download/1.0/libnumbertext-1.0.3.tar.xz" -MD5SUM="7772b37de7d5d3e95480c40f31df3466" +DOWNLOAD="https://github.com/Numbertext/libnumbertext/releases/download/1.0.5/libnumbertext-1.0.5.tar.xz" +MD5SUM="845c7ca37a6738e301073ad19ddc2602" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |