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.3"
|
|
|
|
# Dolibarr tarball checksum
|
|
dolibarr_source_sha256="52010375412c780b378145633a4e18abf6bde4c8e89a4cc1ad56d98fcd6120fd" |