diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-29 20:29:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-29 20:29:44 +0100 |
commit | a60a17cd488cbe017b95f52bcb0f881d7a4a5846 (patch) | |
tree | 6256c2f07571ae20f424c39b247752b5e32ea226 /package/font-util | |
parent | e17110aeb3863c1292eb3e58b7597174bea6cc85 (diff) |
xorg: update all packages to latest stable version, remove mirror.mk entry
Diffstat (limited to 'package/font-util')
-rw-r--r-- | package/font-util/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/font-util/Makefile b/package/font-util/Makefile index 60b3adbfb..ec2559275 100644 --- a/package/font-util/Makefile +++ b/package/font-util/Makefile @@ -4,13 +4,13 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= font-util -PKG_VERSION:= 1.3.0 +PKG_VERSION:= 1.3.1 PKG_RELEASE:= 1 -PKG_HASH:= f3791f3808c418f66f6b58af20997928592aba8604aa30a2b6a149b5c7fefca5 +PKG_HASH:= 34ebb0c9c14e0a392cdd5ea055c92489ad88d55ae148b2f1cfded0f3f63f2b5b PKG_DESCR:= font utility PKG_SECTION:= x11/fonts PKG_URL:= http://www.x.org/ -PKG_SITES:= ${MASTER_SITE_XORG} +PKG_SITES:= http://www.x.org/releases/individual/font/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz |