diff --git a/README.md b/README.md index ccff66de..08ce1f29 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,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.5~ynh1 +**Shipped version:** 0.11.5~ynh3 ## Screenshots diff --git a/README_fr.md b/README_fr.md index e0907faa..647a70fa 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,7 +26,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.5~ynh1 +**Version incluse :** 0.11.5~ynh3 ## Captures d’écran diff --git a/conf/.env b/conf/.env index 5b00f43c..71627f31 100644 --- a/conf/.env +++ b/conf/.env @@ -94,7 +94,6 @@ NODEINFO=true WEBFINGER=true ## S3 -FILESYSTEM_DRIVER=local FILESYSTEM_CLOUD=s3 PF_ENABLE_CLOUD=false #AWS_ACCESS_KEY_ID= diff --git a/conf/app.src b/conf/app.src index 02688026..ace5a0ee 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/refs/tags/v0.11.5.tar.gz -SOURCE_SUM=ad126bd8da7178172744be72d715988520fbb18807c527a31be77e66677cb844 +SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/21714eec342d079c169210c49099b2988bbb205b.tar.gz +SOURCE_SUM=eff6d2e4d93af1ef05d01fab2c55ebe6f55bf82866edcdc9af3a72767976a52d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 4e415afc..70aa95fa 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.5~ynh1", + "version": "0.11.5~ynh3", "url": "https://pixelfed.org/", "upstream": { "license": "AGPL-3.0-or-later",