diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-12-10 21:24:52 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2018-12-10 21:24:52 +0200 |
commit | 112509ae74a5ef7be3f293ef05e912657e74e0e4 (patch) | |
tree | 8a4a3fd2ace67d39a3eb19bbad468eb5b219ac00 /net | |
parent | 9787e268aff6901fed445757befb39cb2285bb53 (diff) |
yaaw: try to fix bad copy at a source mirror
Bump source date to force a new download to fix a bad 0 byte
copy at one Openwrt source mirror.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'net')
-rw-r--r-- | net/yaaw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/yaaw/Makefile b/net/yaaw/Makefile index cfe2c3c30..44a3fa753 100644 --- a/net/yaaw/Makefile +++ b/net/yaaw/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yaaw -PKG_VERSION:=2017-04-11 +PKG_VERSION:=2017-04-12 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git |