From: Alexander Ryzhov Date: Fri, 16 Mar 2018 06:49:15 +0000 (+0300) Subject: softflowd: use Google Storage API to get sources from former Googlecode X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e71c49c68385fee3df92d7eab13def14ccdea763;p=openwrt-packages.git softflowd: use Google Storage API to get sources from former Googlecode Signed-off-by: Alexander Ryzhov --- diff --git a/net/softflowd/Makefile b/net/softflowd/Makefile index 2a20eb226..18ae4eb82 100644 --- a/net/softflowd/Makefile +++ b/net/softflowd/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=0.9.9 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://softflowd.googlecode.com/files/ +PKG_SOURCE_URL:=https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/softflowd PKG_HASH:=2313f2c50ea9b3f2db3524e38ec7cd71f9a6e885ac2e3b55ab037bccf8173612 PKG_MAINTAINER:=Ross Vandegrift PKG_LICENSE:=BSD-3-Clause