From a790f67c69906743eda5c3a7b74ee51d4bb8f6bd Mon Sep 17 00:00:00 2001 From: Moul Date: Wed, 19 Jul 2017 08:38:50 +0200 Subject: [PATCH] [enh] Update Gogs version to 0.11.19. --- README.md | 2 +- manifest.json | 2 +- scripts/_common.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5528380..a58c993 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,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/) ## Info -Gogs v0.11 +Gogs v0.11.19 - [YunoHost forum thread](https://forum.yunohost.org/t/gogs-package-an-awesome-github-alternative/1127) diff --git a/manifest.json b/manifest.json index 79d1462..467db4d 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,7 @@ }, "url": "http://gogs.io", "license": "MIT", - "version": "0.11", + "version": "0.11.19", "maintainer": { "name": "tostaki", "email": "maxime@max.privy.place" diff --git a/scripts/_common.sh b/scripts/_common.sh index 083a98f..3d64000 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ APPNAME="gogs" # Gogs version -VERSION="0.11" +VERSION="0.11.19" # Detect the system architecture to download the right tarball # NOTE: `uname -m` is more accurate and universal than `arch`