From f7086d77a0265a7868adfa5f19cab24d848b430d Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Fri, 27 May 2022 15:29:49 -0600 Subject: [PATCH 1/2] updating to 1.5.2 from source --- conf/amd64.src | 9 +++++---- conf/arm64.src | 7 +++++++ conf/armhf.src | 9 +++++---- 3 files changed, 17 insertions(+), 8 deletions(-) create mode 100644 conf/arm64.src diff --git a/conf/amd64.src b/conf/amd64.src index 7bc0b5e..1e5cc28 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,6 +1,7 @@ -SOURCE_URL=https://github.com/go-shiori/shiori/releases/download/v1.5.0/shiori-linux-amd64 -SOURCE_SUM=aeca594f8466d4e6d9b49729016b03c8b114a50952a6d4cdbfb53deb2ede4985 +SOURCE_URL=https://github.com/go-shiori/shiori/releases/download/v1.5.2/shiori_1.5.2_Linux_x86_64.tar.gz +SOURCE_SUM=f58973ecd77ee24074b31955ddac2a3518e305dba369943de7e4a267899cc136 SOURCE_SUM_PRG=sha256sum +SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false -SOURCE_FILENAME=shiori -SOURCE_EXTRACT=false +SOURCE_FILENAME= +SOURCE_EXTRACT=true \ No newline at end of file diff --git a/conf/arm64.src b/conf/arm64.src new file mode 100644 index 0000000..55707b7 --- /dev/null +++ b/conf/arm64.src @@ -0,0 +1,7 @@ +SOURCE_URL=https://github.com/go-shiori/shiori/releases/download/v1.5.2/shiori_1.5.2_Linux_aarch64.tar.gz +SOURCE_SUM=0143dfd12336a804c4cdcb845b7b7c62315ea4770775c6e3a7092e38ac769dda +SOURCE_SUM_PRG=sha256sum +SOURCE_FORMAT=tar.gz +SOURCE_IN_SUBDIR=false +SOURCE_FILENAME= +SOURCE_EXTRACT=true \ No newline at end of file diff --git a/conf/armhf.src b/conf/armhf.src index d3c6a12..f757ce1 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,6 +1,7 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/shiori_ynh/releases/download/v1.5.0/shiori -SOURCE_SUM=cbb32331153a97aa68fb1b2320ca6fe76924f939bcfae88d326a09af1372b0fe +SOURCE_URL=https://github.com/go-shiori/shiori/releases/download/v1.5.2/shiori_1.5.2_Linux_armv7.tar.gz +SOURCE_SUM=71482bc63850d9b74a4c18b72548f58f8c7e04dbfd95695058cc8da99f5f2bdf SOURCE_SUM_PRG=sha256sum +SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false -SOURCE_FILENAME=shiori -SOURCE_EXTRACT=false +SOURCE_FILENAME= +SOURCE_EXTRACT=true From 23f4b7295e34b2a874e1a92b8a397f68cd3c44cd Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Fri, 27 May 2022 15:30:41 -0600 Subject: [PATCH 2/2] bumped to 1.5.2 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index f70362b..b3ca4c2 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Simple bookmark manager", "fr": "Gestionnaire de liens simple" }, - "version": "1.5.0~ynh3", + "version": "1.5.2~ynh1", "url": "https://github.com/go-shiori/shiori", "upstream": { "license": "MIT",