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="16.0.0"
|
||
|
|
||
|
# Dolibarr tarball checksum
|
||
|
dolibarr_source_sha256="76a642d74cd3e4fe86fdeccffacd0fa2b22a398dc03e7ad92edb34d033b17b2f"
|