diff --git a/conf/amd64.src b/conf/amd64.src index c5445a6..ccc4bbc 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-shiori/shiori/releases/download/v1.5.3/shiori_1.5.3_Linux_x86_64.tar.gz -SOURCE_SUM=967f3984f8b7e1d27a829eacfa6121aaef24c040c5819df07ee2ba4dd5817522 +SOURCE_URL=https://github.com/go-shiori/shiori/releases/download/v1.5.4/shiori_1.5.4_Linux_x86_64.tar.gz +SOURCE_SUM=e7d4ca6d92b0c90a0ff3a54f3b124db6409eff6c43c153cc955d3dc42111bada SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false diff --git a/conf/arm64.src b/conf/arm64.src index d7f6302..13739e7 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-shiori/shiori/releases/download/v1.5.3/shiori_1.5.3_Linux_aarch64.tar.gz -SOURCE_SUM=869da34d1a6ecf20eb16c36f1ab631572098d556c84d4d3d084cee8d58e21df2 +SOURCE_URL=https://github.com/go-shiori/shiori/releases/download/v1.5.4/shiori_1.5.4_Linux_aarch64.tar.gz +SOURCE_SUM=a0285089d20dee0e5860a6d134df88c61a7240eef233cd706e6217400f9c5121 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false diff --git a/conf/armhf.src b/conf/armhf.src index 4300150..444ad6d 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-shiori/shiori/releases/download/v1.5.3/shiori_1.5.3_Linux_armv7.tar.gz -SOURCE_SUM=0558d168a844b24851af013805ffd20411f2067cad211b610587a405f86af166 +SOURCE_URL=https://github.com/go-shiori/shiori/releases/download/v1.5.4/shiori_1.5.4_Linux_armv7.tar.gz +SOURCE_SUM=193b0c999a23cd63c09731b9e3f3363e71e4ceaafa9172723060b5516e920409 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false diff --git a/conf/systemd.service b/conf/systemd.service index b6cc2dd..f12ad4a 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=Shiori: Simple bookmark manager +Description=Shiori: simple bookmark manager Requires=network-online.target After=network-online.target diff --git a/scripts/install b/scripts/install index 4ed7ed5..1b24a66 100755 --- a/scripts/install +++ b/scripts/install @@ -101,11 +101,11 @@ chmod -R o-rwx "$datadir" chown -R $app:www-data "$datadir" # Run migrate for new install go-shiori/shiori#447 -pushd $final_path/ - ynh_exec_as $app $final_path/shiori --portable migrate - ynh_exec_as $app mv shiori-data/shiori.db $datadir - ynh_secure_remove --file=$final_path/shiori-data -popd +#pushd $final_path/ +# ynh_exec_as $app $final_path/shiori --portable migrate +# ynh_exec_as $app mv shiori-data/shiori.db $datadir +# ynh_secure_remove --file=$final_path/shiori-data +#popd #================================================= # SETUP SYSTEMD