From daeb45bc407c369311346cb5b13819aa1eeb66e7 Mon Sep 17 00:00:00 2001 From: Jocelyn Delalande Date: Tue, 20 Jun 2017 23:17:07 +0200 Subject: [PATCH] Upgrade upstream to 1.0 --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index c48820f..c370238 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -13,8 +13,8 @@ fetch_and_extract() { local DESTDIR=$1 local OWNER_USER=${2:-admin} - VERSION=0.9 - SHA256=4dab1018563097b309848de5873d63b913390a66327871b0c958ed8516762870 + VERSION=1.0 + SHA256=e2ad6e56b161f13911c1c378aad79656bbdfce495189d80f997414803859348e SOURCE_URL="https://github.com/spiral-project/ihatemoney/archive/${VERSION}.tar.gz" # retrieve and extract Roundcube tarball