From 30962973285cd30c02085febac42c4cee9609c2a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 12 Jun 2021 09:37:21 +0200 Subject: [PATCH] upgrade crystal --- conf/crystal.src | 6 +++--- manifest.json | 2 +- scripts/install | 2 +- scripts/upgrade | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/conf/crystal.src b/conf/crystal.src index 14ed0e2..b7d8145 100644 --- a/conf/crystal.src +++ b/conf/crystal.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://github.com/crystal-lang/crystal/releases/download/0.36.1/crystal_0.36.1-1_amd64.deb -SOURCE_SUM=bac79d5513911fc6ad1cf9d05571132e36a139e7cf0808acee518c57ab1aa563 +SOURCE_URL=https://github.com/crystal-lang/crystal/releases/download/1.0.0/crystal_1.0.0-1_amd64.deb +SOURCE_SUM=bc4c15bdfb32ae08daef40728fc8a1da260a4defd225f7ba309404d9e77dcd8d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=deb SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=crystal_0.36.1-1_amd64.deb +SOURCE_FILENAME=crystal_1.0.0-1_amd64.deb SOURCE_EXTRACT=false diff --git a/manifest.json b/manifest.json index a433a38..1794e2d 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Alternative front-end to YouTube", "fr": "Front-end alternatif à YouTube" }, - "version": "0.20.1~ynh9", + "version": "0.20.1~ynh10", "url": "https://invidio.us/", "upstream": { "license": "GPL-3.0-only", diff --git a/scripts/install b/scripts/install index eead517..24c23d9 100644 --- a/scripts/install +++ b/scripts/install @@ -70,7 +70,7 @@ ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies tempdir="$(mktemp -d)" ynh_setup_source --dest_dir=$tempdir --source_id=crystal -ynh_exec_warn_less dpkg -i $tempdir/crystal_0.36.1-1_amd64.deb +ynh_exec_warn_less dpkg -i $tempdir/crystal_1.0.0-1_amd64.deb #================================================= # CREATE DEDICATED USER diff --git a/scripts/upgrade b/scripts/upgrade index 160e85b..5f7529f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -84,7 +84,7 @@ ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies tempdir="$(mktemp -d)" ynh_setup_source --dest_dir=$tempdir --source_id=crystal -ynh_exec_warn_less dpkg -i $tempdir/crystal_0.36.1-1_amd64.deb +ynh_exec_warn_less dpkg -i $tempdir/crystal_1.0.0-1_amd64.deb #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE