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/xsetroot | |
parent | e17110aeb3863c1292eb3e58b7597174bea6cc85 (diff) |
xorg: update all packages to latest stable version, remove mirror.mk entry
Diffstat (limited to 'package/xsetroot')
-rw-r--r-- | package/xsetroot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/xsetroot/Makefile b/package/xsetroot/Makefile index 43b30069d..b384023a2 100644 --- a/package/xsetroot/Makefile +++ b/package/xsetroot/Makefile @@ -4,14 +4,14 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= xsetroot -PKG_VERSION:= 1.1.0 +PKG_VERSION:= 1.1.1 PKG_RELEASE:= 1 -PKG_HASH:= 318436be836d2b4c04d9acab4a3538744e07c8891b24f7c4a3823b6ea4c8275f +PKG_HASH:= 6cdd48757d18835251124138b4a8e4008c3bbc51cf92533aa39c6ed03277168b PKG_DESCR:= set root window PKG_SECTION:= x11/utils PKG_DEPENDS:= xbitmaps libx11 libxmu libxcursor PKG_BUILDDEP:= xbitmaps libXcursor libXmu -PKG_SITES:= ${MASTER_SITE_XORG} +PKG_SITES:= http://www.x.org/releases/individual/app/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz |