mirror of
https://github.com/YunoHost-Apps/gogs_ynh.git
synced 2024-09-03 20:36:23 +02:00
Update to gogs 0.11.53
This commit is contained in:
parent
099ab2a785
commit
879392ceb1
5 changed files with 8 additions and 8 deletions
|
@ -48,7 +48,7 @@ Also, in some cases, Gogs will not restart properly during the update. If so, yo
|
||||||
Sources and issues of the old package can be found [here](https://github.com/YunoHost-Apps/gogs_ynh_old/)
|
Sources and issues of the old package can be found [here](https://github.com/YunoHost-Apps/gogs_ynh_old/)
|
||||||
|
|
||||||
## Info
|
## Info
|
||||||
Gogs v0.11.43
|
Gogs v0.11.53
|
||||||
|
|
||||||
- [YunoHost forum thread](https://forum.yunohost.org/t/gogs-package-an-awesome-github-alternative/1127)
|
- [YunoHost forum thread](https://forum.yunohost.org/t/gogs-package-an-awesome-github-alternative/1127)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/gogits/gogs/releases/download/v0.11.43/raspi2_armv6.zip
|
SOURCE_URL=https://github.com/gogits/gogs/releases/download/v0.11.53/raspi2_armv6.zip
|
||||||
SOURCE_SUM=5c7dfbe624f76446e8f548d25abc4ec37a54120c65454ef2deaca9b0676cce10
|
SOURCE_SUM=dfe979a334f1348b2f4079e1e262278e78ebb15f8cf1da73cc547d9ae85448c7
|
||||||
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
||||||
# default: sha256
|
# default: sha256
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/gogits/gogs/releases/download/v0.11.43/linux_386.zip
|
SOURCE_URL=https://github.com/gogits/gogs/releases/download/v0.11.53/linux_386.zip
|
||||||
SOURCE_SUM=b67cffe900ae0be7648b6402b49c9c1316749dad1e8d31c60fa98ceb53a055ce
|
SOURCE_SUM=21ef98e7c8af0b68091b01b0b82a0246fc097276ca24ab4d8f6a0d559d34cd31
|
||||||
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
||||||
# default: sha256
|
# default: sha256
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/gogits/gogs/releases/download/v0.11.43/linux_amd64.zip
|
SOURCE_URL=https://github.com/gogits/gogs/releases/download/v0.11.53/linux_amd64.zip
|
||||||
SOURCE_SUM=6fc8d05fe8cf07007936faf14ed3925b90593546183da4b78cc780d53faa167a
|
SOURCE_SUM=f712d39f5c36bc60ca219453bfe7f8748ae040ee5037d56b7f87b4c241928ede
|
||||||
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
||||||
# default: sha256
|
# default: sha256
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
},
|
},
|
||||||
"url": "http://gogs.io",
|
"url": "http://gogs.io",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.11.33~ynh1",
|
"version": "0.11.53~ynh1",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "Josué Tille",
|
"name": "Josué Tille",
|
||||||
"email": "josue@tille.ch"
|
"email": "josue@tille.ch"
|
||||||
|
|
Loading…
Add table
Reference in a new issue