diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index ca77fed..fd6ed60 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -41,6 +41,7 @@ jobs: author: 'yunohost-bot ' signoff: false branch: ci-auto-update-v${{ env.VERSION }} + base: testing delete-branch: true title: 'Upgrade to version ${{ env.VERSION }}' body: | diff --git a/README.md b/README.md index 80373c5..f324b88 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Backdrop is a full-featured content management system that allows non-technical users to manage a wide variety of content. It can be used to create all kinds of websites including blogs, image galleries, social networks, intranets, and more. -**Shipped version:** 1.20.0~ynh1 +**Shipped version:** 1.20.1~ynh1 **Demo:** https://backdropcms.org/demo diff --git a/README_fr.md b/README_fr.md index 338af56..9085baa 100644 --- a/README_fr.md +++ b/README_fr.md @@ -14,7 +14,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Backdrop est un système de gestion de contenu complet qui permet aux utilisateurs non techniques de gérer une grande variété de contenu. Il peut être utilisé pour créer toutes sortes de sites Web, notamment des blogs, des galeries d'image, des réseaux sociaux, des intranets et plus encore. -**Version incluse :** 1.20.0~ynh1 +**Version incluse :** 1.20.1~ynh1 **Démo :** https://backdropcms.org/demo diff --git a/conf/app.src b/conf/app.src index 5621d89..edd1a13 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/backdrop/backdrop/releases/download/1.20.0/backdrop.zip -SOURCE_SUM=bd4e65683fd0a0a2d82e7031e435a0e674fef297ed39829513126696443e21ce +SOURCE_URL=https://github.com/backdrop/backdrop/releases/download/1.20.1/backdrop.zip +SOURCE_SUM=039ccdd9084c66f0885095dd98f2476f4c69c019c869690d255b65f27326e173 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 21db457..06c1191 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Easy-to-use CMS for building professional websites", "fr": "CMS facile à utiliser pour créer des sites Web professionnels" }, - "version": "1.20.0~ynh1", + "version": "1.20.1~ynh1", "url": "https://backdropcms.org/", "upstream": { "license": "GPL-2.0",