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="12.0.5"
|
|
|
|
# Dolibarr tarball checksum
|
|
dolibarr_source_sha256="b60b124ebcd294375f6200cc0683449e475b5dec687f8317b820fc8ec1413d21" |