From ff1fe68191e0070ac1246b3885adcf601d2fd73c Mon Sep 17 00:00:00 2001 From: Alexander Ryzhov Date: Fri, 16 Mar 2018 09:56:07 +0300 Subject: [PATCH] picocom: use Google Storage API to get sources from former Googlecode Signed-off-by: Alexander Ryzhov --- utils/picocom/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/picocom/Makefile b/utils/picocom/Makefile index 2cbe0dbba7..7eb2b43888 100644 --- a/utils/picocom/Makefile +++ b/utils/picocom/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.7 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://picocom.googlecode.com/files +PKG_SOURCE_URL:=https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/picocom PKG_HASH:=d0f31c8f7a215a76922d30c81a52b9a2348c89e02a84935517002b3bc2c1129e PKG_MAINTAINER:=Steven Barth