diff --git a/README.md b/README.md index 22a565ba..f375edab 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ In addition to taking over the functionality of Instagram, the functioning of Pi It is also possible to import your data from Instagram. -**Shipped version:** 0.11.3~ynh2 +**Shipped version:** 0.11.4~ynh1 *(:warning: This is the `ci-auto-update-v0.11.4` branch. The [`master` branch](https://github.com/YunoHost-Apps/pixelfed_ynh/tree/master) used in the catalog is currently on version 0.11.3\~ynh3.)* ## Screenshots diff --git a/README_fr.md b/README_fr.md index f08d1199..a06cce25 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,7 @@ En plus de reprendre les fonctionnalités d'Instagram, le fonctionnement de Pixe Il est également possible d'importer ses données depuis Instagram. -**Version incluse :** 0.11.3~ynh2 +**Version incluse :** 0.11.4~ynh1 *(:warning: Il s'agit de la branche `ci-auto-update-v0.11.4`. La [branche `master`](https://github.com/YunoHost-Apps/pixelfed_ynh/tree/master) utilisée dans le catalogue est actuellement en 0.11.3\~ynh3.)* ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index 674e6a7e..bc709274 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/v0.11.3.tar.gz -SOURCE_SUM=cbe5b878e8afcbc5d3e6219ed061e7c98dc7c2c5a2d5925d49ae9cfcdca71d30 -OURCE_SUM_PRG=sha256sum +SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/refs/tags/v0.11.4.tar.gz +SOURCE_SUM=c5f0b4c1ee8e558cf66277f6c0066da893dd09ff0581cb117d6fd885cfff0e11 +SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_EXTRACT=true +SOURCE_FILENAME= diff --git a/manifest.json b/manifest.json index f339e9ff..452d3627 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "ActivityPub Federated Image Sharing", "fr": "Logiciel de partage d'image fédéré via ActivityPub" }, - "version": "0.11.3~ynh3", + "version": "0.11.4~ynh1", "url": "https://pixelfed.org/", "upstream": { "license": "AGPL-3.0-or-later",