From ef31c10fdeb162bc4d14de4b5967b225a6e83023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Tue, 29 Jan 2019 21:21:05 +0100 Subject: [PATCH] update to 1.13.1 --- scripts/_common.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 585da28..207ace2 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,13 +3,13 @@ # APPNAME="freshrss" # FreshRSS version -VERSION="1.13.0" +VERSION="1.13.1" # FreshRSS complete tarball checksum -FRESHRSS_SOURCE_SHA256="f5de318ce99955a13e7a69fec1f3294a110f254337d91c3a3afeba991dfc5f5a" +FRESHRSS_SOURCE_SHA256="45510d4f9fff1ee530e94e8c3bf35649f0c7cc032118b57346621de0d4dd1abe" # Remote URL to fetch FreshRSS source tarball -FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/1.13.0.tar.gz" +FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/${VERSION}.tar.gz" PKGDIR=$(cd ../; pwd)