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/libXcomposite | |
parent | e17110aeb3863c1292eb3e58b7597174bea6cc85 (diff) |
xorg: update all packages to latest stable version, remove mirror.mk entry
Diffstat (limited to 'package/libXcomposite')
-rw-r--r-- | package/libXcomposite/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libXcomposite/Makefile b/package/libXcomposite/Makefile index 070bc5c3f..628619089 100644 --- a/package/libXcomposite/Makefile +++ b/package/libXcomposite/Makefile @@ -4,13 +4,13 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= libXcomposite -PKG_VERSION:= 0.4.3 -PKG_RELEASE:= 2 -PKG_HASH:= 25853e4da06ddfd3ae0384b4d3621293850b41645697f3de659bc640ea3268b7 +PKG_VERSION:= 0.4.4 +PKG_RELEASE:= 1 +PKG_HASH:= 83c04649819c6f52cda1b0ce8bcdcc48ad8618428ad803fb07f20b802f1bdad1 PKG_DESCR:= composite library PKG_SECTION:= x11/libs PKG_BUILDDEP:= libX11 compositeproto libXfixes -PKG_SITES:= ${MASTER_SITE_XORG} +PKG_SITES:= http://www.x.org/releases/individual/lib/ PKG_LIBNAME:= libxcomposite PKG_OPTS:= dev |