From 879392ceb152538431ae8ce7442c88040a0d2d63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Tue, 5 Jun 2018 20:25:20 +0200 Subject: [PATCH] Update to gogs 0.11.53 --- 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 5be16c9..3fedf25 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.43 +Gogs v0.11.53 - [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 6355e5e..30b27e3 100644 --- a/conf/arm.src +++ b/conf/arm.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/gogits/gogs/releases/download/v0.11.43/raspi2_armv6.zip -SOURCE_SUM=5c7dfbe624f76446e8f548d25abc4ec37a54120c65454ef2deaca9b0676cce10 +SOURCE_URL=https://github.com/gogits/gogs/releases/download/v0.11.53/raspi2_armv6.zip +SOURCE_SUM=dfe979a334f1348b2f4079e1e262278e78ebb15f8cf1da73cc547d9ae85448c7 # (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 8d1d200..ab78fa5 100644 --- a/conf/i386.src +++ b/conf/i386.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/gogits/gogs/releases/download/v0.11.43/linux_386.zip -SOURCE_SUM=b67cffe900ae0be7648b6402b49c9c1316749dad1e8d31c60fa98ceb53a055ce +SOURCE_URL=https://github.com/gogits/gogs/releases/download/v0.11.53/linux_386.zip +SOURCE_SUM=21ef98e7c8af0b68091b01b0b82a0246fc097276ca24ab4d8f6a0d559d34cd31 # (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 3b00210..cb682a8 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.43/linux_amd64.zip -SOURCE_SUM=6fc8d05fe8cf07007936faf14ed3925b90593546183da4b78cc780d53faa167a +SOURCE_URL=https://github.com/gogits/gogs/releases/download/v0.11.53/linux_amd64.zip +SOURCE_SUM=f712d39f5c36bc60ca219453bfe7f8748ae040ee5037d56b7f87b4c241928ede # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/manifest.json b/manifest.json index 9cef0b8..cdaba2b 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,7 @@ }, "url": "http://gogs.io", "license": "MIT", - "version": "0.11.33~ynh1", + "version": "0.11.53~ynh1", "maintainer": { "name": "Josué Tille", "email": "josue@tille.ch"