mirror of
https://github.com/YunoHost-Apps/gogs_ynh.git
synced 2024-09-03 20:36:23 +02:00
Go back to v0.9.71 because of issue with ldap first login on v0.9.97
This commit is contained in:
parent
23f85454c8
commit
50e64140e4
3 changed files with 3 additions and 3 deletions
|
@ -43,7 +43,7 @@ Plus, 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/)
|
||||||
|
|
||||||
## Infos
|
## Infos
|
||||||
Gogs v0.9.97
|
Gogs v0.9.71
|
||||||
|
|
||||||
- [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)
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
},
|
},
|
||||||
"url": "http://gogs.io",
|
"url": "http://gogs.io",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.9.97",
|
"version": "0.9.71",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "tostaki",
|
"name": "tostaki",
|
||||||
"email": "maxime@max.privy.place"
|
"email": "maxime@max.privy.place"
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
APPNAME="gogs"
|
APPNAME="gogs"
|
||||||
|
|
||||||
# Gogs version
|
# Gogs version
|
||||||
VERSION="0.9.97"
|
VERSION="0.9.71"
|
||||||
|
|
||||||
# Detect the system architecture to download the right tarball
|
# Detect the system architecture to download the right tarball
|
||||||
case $(arch) in
|
case $(arch) in
|
||||||
|
|
Loading…
Add table
Reference in a new issue