mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
cleaning
This commit is contained in:
parent
aaa74e4dd1
commit
112d226d38
2 changed files with 9 additions and 2 deletions
7
scripts/upgrade.d/upgrade.17.sh
Normal file
7
scripts/upgrade.d/upgrade.17.sh
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Target version of the Dolibarr update
|
||||||
|
next_version="18.0.1"
|
||||||
|
|
||||||
|
# Dolibarr tarball checksum
|
||||||
|
dolibarr_source_sha256="37bd3c8533b821c241dbb34b0e88349c1d5b43f7ffa6027f0b7970748d1f727a"
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Target version of the Dolibarr update
|
# Target version of the Dolibarr update
|
||||||
next_version="17.0.1"
|
next_version="18.0.1"
|
||||||
|
|
||||||
# Dolibarr tarball checksum
|
# Dolibarr tarball checksum
|
||||||
dolibarr_source_sha256="2EDDD545C07EAE291AD46E48AB55D3ADB988D99C29A8DFAA2E2FDE0A890B0DDC"
|
dolibarr_source_sha256="37bd3c8533b821c241dbb34b0e88349c1d5b43f7ffa6027f0b7970748d1f727a"
|
||||||
|
|
Loading…
Reference in a new issue