diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-04 21:31:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-04 21:33:31 +0200 |
commit | 10267fffba7a6040fb54362ed328e04f0c93ae73 (patch) | |
tree | a3c061ce53455930684bfb9bf0da1c269f6616e6 | |
parent | 39cc10406ca0d1c8dad7f73896cba2e31530cc1b (diff) |
update to latest stable version
-rw-r--r-- | package/hicolor-icon-theme/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/package/hicolor-icon-theme/Makefile b/package/hicolor-icon-theme/Makefile index 3e6b9c58f..b41ac4d97 100644 --- a/package/hicolor-icon-theme/Makefile +++ b/package/hicolor-icon-theme/Makefile @@ -4,16 +4,14 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= hicolor-icon-theme -PKG_VERSION:= 0.12 +PKG_VERSION:= 0.15 PKG_RELEASE:= 1 -PKG_HASH:= 9edca690617eaa19054951ca53501c802180262be8880ed84754ac46c93bec73 +PKG_HASH:= 9cc45ac3318c31212ea2d8cb99e64020732393ee7630fa6c1810af5f987033cc PKG_DESCR:= hicolor icon theme PKG_SECTION:= x11/misc PKG_URL:= http://icon-theme.freedesktop.org/ PKG_SITES:= http://icon-theme.freedesktop.org/releases/ -DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz - include $(ADK_TOPDIR)/mk/package.mk $(eval $(call PKG_template,HICOLOR_ICON_THEME,hicolor-icon-theme,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |