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