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/xvinfo | |
parent | e17110aeb3863c1292eb3e58b7597174bea6cc85 (diff) |
xorg: update all packages to latest stable version, remove mirror.mk entry
Diffstat (limited to 'package/xvinfo')
-rw-r--r-- | package/xvinfo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/xvinfo/Makefile b/package/xvinfo/Makefile index ce2c47b3c..765c9273f 100644 --- a/package/xvinfo/Makefile +++ b/package/xvinfo/Makefile @@ -4,14 +4,14 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= xvinfo -PKG_VERSION:= 1.1.1 +PKG_VERSION:= 1.1.3 PKG_RELEASE:= 1 -PKG_HASH:= 0d26f9efd5274e6ce4186603457deba60d79fd95a0600bc940306783c3b8a97d +PKG_HASH:= 1c1c2f97abfe114389e94399cc7bf3dfd802ed30ad41ba23921d005bd8a6c39f PKG_DESCR:= print out x-video extension adaptor information PKG_SECTION:= x11/utils PKG_BUILDDEP:= libXv PKG_URL:= http://xorg.freedesktop.org/ -PKG_SITES:= ${MASTER_SITE_XORG} +PKG_SITES:= http://www.x.org/releases/individual/app/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz |