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