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/libXfixes/Makefile | |
parent | e17110aeb3863c1292eb3e58b7597174bea6cc85 (diff) |
xorg: update all packages to latest stable version, remove mirror.mk entry
Diffstat (limited to 'package/libXfixes/Makefile')
-rw-r--r-- | package/libXfixes/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libXfixes/Makefile b/package/libXfixes/Makefile index bfbe81c06..402fa05af 100644 --- a/package/libXfixes/Makefile +++ b/package/libXfixes/Makefile @@ -4,14 +4,14 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= libXfixes -PKG_VERSION:= 5.0 -PKG_RELEASE:= 2 -PKG_HASH:= 3c25f2fcf2983834b932756399cb538e69beb0d739f992f9719073fcedaa4405 +PKG_VERSION:= 5.0.1 +PKG_RELEASE:= 1 +PKG_HASH:= 81b692856c0e7ab2778a34a32aa6b3f455b9b58cf388f009cba872ed933ae9c0 PKG_DESCR:= x11 fixes library PKG_SECTION:= x11/libs PKG_BUILDDEP:= fixesproto xextproto xproto libX11 PKG_URL:= http://xorg.freedesktop.org/ -PKG_SITES:= ${MASTER_SITE_XORG} +PKG_SITES:= http://www.x.org/releases/individual/lib/ PKG_LIBNAME:= libxfixes PKG_OPTS:= dev |