mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
8965c1e24e
-Update scripts according to example_ynh. -Remove deprecated dependencies function. -Fix permissions warning. -Make sequential upgrades from each major version to the next one
7 lines
No EOL
193 B
Bash
7 lines
No EOL
193 B
Bash
#!/bin/bash
|
|
|
|
# Target version of the Dolibarr update
|
|
next_version="10.0.7"
|
|
|
|
# Dolibarr tarball checksum
|
|
dolibarr_source_sha256="6efc230f400a7b7152a0e4b9ba02a780f38b869b4aebd2bc28883268270ef871" |