From fe885677782954d8b48e48b789b2a7f73ce41010 Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Wed, 5 Jan 2022 15:05:55 +0100 Subject: [PATCH] bump version --- bump-version.rb | 2 +- conf/app.src | 6 +++--- manifest.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bump-version.rb b/bump-version.rb index 5da826a..ed7e641 100644 --- a/bump-version.rb +++ b/bump-version.rb @@ -55,7 +55,7 @@ end github = JSON.parse(URI.parse('https://api.github.com/repos/glitch-soc/mastodon/branches/main').read) last_commit = github["commit"]["sha"] -version = Date.parse(github["commit"]["commit"]["author"]["date"]).to_s +version = Date.parse(github["commit"]["commit"]["author"]["date"]).to_s.gsub '-', '.' url = "https://github.com/glitch-soc/mastodon/archive/#{last_commit}.tar.gz" diff --git a/conf/app.src b/conf/app.src index d80b5cd..2e87eb3 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://github.com/glitch-soc/mastodon/archive/3ba7c85ec9bd5dcf75b30b00ed634b3b31a029af.tar.gz -SOURCE_SUM=715e847b49b4e752a9a9146cba32c6501e4f4e32f284461adfcad3df0c004cc2 +SOURCE_URL=https://github.com/glitch-soc/mastodon/archive/e2933854ac598c5ee7428a654a72cf4f4bd9afea.tar.gz +SOURCE_SUM=120f010e0d9ceeb1f86d97e39bd482197dace3d87d5753be886133fc94ad987f SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=mastodon.tar.gz +SOURCE_FILENAME=e2933854ac598c5ee7428a654a72cf4f4bd9afea.tar.gz SOURCE_EXTRACT=true diff --git a/manifest.json b/manifest.json index b5201df..c47ee13 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Libre and federated social network, fork of Mastodon", "fr": "Réseau social libre et fédéré, scission de Mastodon" }, - "version": "2021.05.22~ynh2", + "version": "2021-12-27~ynh1", "url": "https://github.com/glitch-soc/mastodon", "upstream": { "license": "free",