mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Remove version in source file
This commit is contained in:
parent
ad4b991b81
commit
c07318bf41
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
SOURCE_URL=https://github.com/Josue-T/synapse_python_build/releases/download/v__APP_VERSION__/matrix-synapse___APP_VERSION__-bin1_armv7l.tar.gz
|
||||
SOURCE_URL=https://github.com/Josue-T/synapse_python_build/releases/download/v0.25.1/matrix-synapse_0.25.1-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=f34a44b954f1e997de393d2e37bca975ab87a882c71560d3565e7263a9e907b2
|
||||
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
||||
# default: sha256
|
||||
|
|
|
@ -42,7 +42,6 @@ set_permission() {
|
|||
install_source() {
|
||||
if [ -n "$(uname -m | grep arm)" ]
|
||||
then
|
||||
ynh_replace_string __APP_VERSION__ $APP_VERSION "$YNH_CWD/../conf/armv7.src"
|
||||
ynh_setup_source $final_path/ "armv7"
|
||||
else
|
||||
# Install virtualenv if it don't exist
|
||||
|
|
Loading…
Reference in a new issue