Merge pull request #4383 from kuoruan/aria2

Aria2: Bump version
This commit is contained in:
Hannu Nyman 2017-05-25 10:44:07 +03:00 committed by GitHub
commit f587c94107
4 changed files with 18 additions and 19 deletions

View file

@ -1,5 +1,5 @@
# #
# Copyright (C) 2012-2016 OpenWrt.org # Copyright (C) 2012-2017 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=aria2 PKG_NAME:=aria2
PKG_VERSION:=1.31.0 PKG_VERSION:=1.32.0
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/aria2/aria2/releases/download/release-$(PKG_VERSION)/ PKG_SOURCE_URL:=https://github.com/aria2/aria2/releases/download/release-$(PKG_VERSION)/
PKG_HASH:=7b85619048b23406f241e38a5b1b8b0bc2cae9e80fd117810c2a71ecca813f8c PKG_HASH:=546e9194a9135d665fce572cb93c88f30fb5601d113bfa19951107ced682dc50
PKG_INSTALL:=1 PKG_INSTALL:=1
PKG_MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>, Hsing-Wang Liao <kuoruan@gmail.com> PKG_MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>, Hsing-Wang Liao <kuoruan@gmail.com>

View file

@ -1,5 +1,5 @@
# #
# Copyright (C) 2016 OpenWrt.org # Copyright (C) 2016-2017 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=webui-aria2 PKG_NAME:=webui-aria2
PKG_SOURCE_DATE:=2017-04-02 PKG_SOURCE_DATE:=2017-05-21
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/ziahamza/webui-aria2 PKG_SOURCE_URL:=https://github.com/ziahamza/webui-aria2
PKG_SOURCE_VERSION:=d2a662849a792bb8d7b83519bac1eeee0fcec4e9 PKG_SOURCE_VERSION:=d1ce5b992680f4d03eeee899ed8280cbcab8961a
PKG_LICENSE:=MIT PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE PKG_LICENSE_FILES:=LICENSE
@ -49,7 +49,7 @@ define Package/webui-aria2/install
$(1)/www/webui-aria2 $(1)/www/webui-aria2
$(CP) \ $(CP) \
$(PKG_BUILD_DIR)/flags/4x3/{cn,de,es,fr,it,nl,pl,ru,th,tr,tw,us}.svg \ $(PKG_BUILD_DIR)/flags/4x3/{cn,cz,de,es,fr,it,nl,pl,ru,th,tr,tw,us}.svg \
$(1)/www/webui-aria2/flags/4x3 $(1)/www/webui-aria2/flags/4x3
endef endef

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
# #
# Copyright (C) 2016 OpenWrt.org # Copyright (C) 2016-2017 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -8,17 +8,15 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=yaaw PKG_NAME:=yaaw
PKG_VERSION:=2016-05-28 PKG_VERSION:=2017-04-11
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_MAINTAINER:=Hsing-Wang Liao <kuoruan@gmail.com>
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/binux/yaaw.git PKG_SOURCE_URL:=https://github.com/binux/yaaw.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=d3a8346c5b9c2c1875dc79e1db2533b584fc8def
PKG_SOURCE_VERSION:=c28cde2252b707fe0661693f78c5e5e3beee09a1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_LICENSE:=LGPL-3.0 PKG_LICENSE:=LGPL-3.0
PKG_MAINTAINER:=Hsing-Wang Liao <kuoruan@gmail.com>
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
@ -41,11 +39,12 @@ endef
define Package/yaaw/install define Package/yaaw/install
$(INSTALL_DIR) $(1)/www/yaaw $(INSTALL_DIR) $(1)/www/yaaw
$(CP) $(PKG_BUILD_DIR)/js $(1)/www/yaaw $(CP) \
$(CP) $(PKG_BUILD_DIR)/img $(1)/www/yaaw $(PKG_BUILD_DIR)/{css,img,js} \
$(CP) $(PKG_BUILD_DIR)/css $(1)/www/yaaw $(1)/www/yaaw
$(CP) $(PKG_BUILD_DIR)/index.html $(1)/www/yaaw $(CP) \
$(CP) $(PKG_BUILD_DIR)/offline.appcache $(1)/www/yaaw $(PKG_BUILD_DIR)/{index.html,offline.appcache} \
$(1)/www/yaaw
endef endef
$(eval $(call BuildPackage,yaaw)) $(eval $(call BuildPackage,yaaw))