mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
7 lines
198 B
Bash
7 lines
198 B
Bash
#!/bin/bash
|
|
|
|
# Last available Nextcloud version
|
|
next_version="25.0.3"
|
|
|
|
# Nextcloud tarball checksum sha256
|
|
nextcloud_source_sha256="4b2b1423736ef92469096fe24f61c24cad87a34e07c1c7a81b385d3ea25c00ec"
|