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