From 4024dd87e1024085eafb3de0843174bc6e5f1082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Tue, 18 Sep 2018 00:06:09 +0200 Subject: [PATCH] Update to gogs 0.11.66 --- README.md | 2 +- conf/arm.src | 4 ++-- conf/i386.src | 4 ++-- conf/x86-64.src | 4 ++-- manifest.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3fedf25..aced311 100644 --- a/README.md +++ b/README.md @@ -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/) ## Info -Gogs v0.11.53 +Gogs v0.11.66 - [YunoHost forum thread](https://forum.yunohost.org/t/gogs-package-an-awesome-github-alternative/1127) diff --git a/conf/arm.src b/conf/arm.src index 30b27e3..0657191 100644 --- a/conf/arm.src +++ b/conf/arm.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/gogits/gogs/releases/download/v0.11.53/raspi2_armv6.zip -SOURCE_SUM=dfe979a334f1348b2f4079e1e262278e78ebb15f8cf1da73cc547d9ae85448c7 +SOURCE_URL=https://github.com/gogits/gogs/releases/download/v0.11.66/raspi2_armv6.zip +SOURCE_SUM=574a50b17ea016c45858e8c28ef2916ddd6273e5b140e830cccfe5cc45d41b18 # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/conf/i386.src b/conf/i386.src index ab78fa5..df84b55 100644 --- a/conf/i386.src +++ b/conf/i386.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/gogits/gogs/releases/download/v0.11.53/linux_386.zip -SOURCE_SUM=21ef98e7c8af0b68091b01b0b82a0246fc097276ca24ab4d8f6a0d559d34cd31 +SOURCE_URL=https://github.com/gogits/gogs/releases/download/v0.11.66/linux_386.zip +SOURCE_SUM=5450cf5ec7c6b6854c1ccd4503e62fb50d14c3a7be9919bc3fabd87e98a2d541 # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/conf/x86-64.src b/conf/x86-64.src index cb682a8..e0aaa5a 100644 --- a/conf/x86-64.src +++ b/conf/x86-64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/gogits/gogs/releases/download/v0.11.53/linux_amd64.zip -SOURCE_SUM=f712d39f5c36bc60ca219453bfe7f8748ae040ee5037d56b7f87b4c241928ede +SOURCE_URL=https://github.com/gogits/gogs/releases/download/v0.11.66/linux_amd64.zip +SOURCE_SUM=f7be11a08d0422b1bc820fc03b1bbdde8f696e3f8aa75d537f09879f6cfc87ea # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/manifest.json b/manifest.json index cdaba2b..f25402e 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,7 @@ }, "url": "http://gogs.io", "license": "MIT", - "version": "0.11.53~ynh1", + "version": "0.11.66~ynh1", "maintainer": { "name": "Josué Tille", "email": "josue@tille.ch"