diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-11-11 13:42:25 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2018-11-11 13:44:08 +0200 |
commit | e82a12a6134b5571e7a25456c80aa8af0fa9e65d (patch) | |
tree | da271a7fa81c4f7a8fa8c6eee4590327169fc920 /net | |
parent | 795210bdac460d88e148055fbb46e8fb642f8aea (diff) |
webui-aria2: dummy version bump
The source download storage contains a 0 byte version
of the webui-aria2 sources, which breaks buildbot.
Trigger a new download by bumping the version by a date.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'net')
-rw-r--r-- | net/webui-aria2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/webui-aria2/Makefile b/net/webui-aria2/Makefile index 46cf0be4e..76441dd11 100644 --- a/net/webui-aria2/Makefile +++ b/net/webui-aria2/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=webui-aria2 -PKG_SOURCE_DATE:=2017-05-21 +PKG_SOURCE_DATE:=2017-05-22 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/ziahamza/webui-aria2 -PKG_MIRROR_HASH:=b6f78aebcb530778b28c681e5573319c0293b349f16978b685d4e8d34076e9bf +PKG_MIRROR_HASH:=331d966657a7f0174a1e20a607cae64a67165f130912b757e4c7398d73595961 PKG_SOURCE_VERSION:=d1ce5b992680f4d03eeee899ed8280cbcab8961a PKG_LICENSE:=MIT |