mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
7 lines
No EOL
193 B
Bash
7 lines
No EOL
193 B
Bash
#!/bin/bash
|
|
|
|
# Target version of the Dolibarr update
|
|
next_version="16.0.1"
|
|
|
|
# Dolibarr tarball checksum
|
|
dolibarr_source_sha256="f3614cf7b08c80d1aed4ebe0434008b2b03867d12b85df45b682c217ecb16573" |