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.4"
|
|
|
|
# Dolibarr tarball checksum
|
|
dolibarr_source_sha256="4C0DA72974DB97E1956CB4A2ABCBFC7777B08E2AB5C1CD4A7C758DF081A4DEE4" |