From cb52d84b60f46df88dabed65a41003e113370bbd Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 16 Oct 2022 06:27:45 +0000 Subject: [PATCH 1/4] Upgrade to v1.1.2 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index d0970f7..c4cee2e 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Automated subtitle downloading for Sonarr and Radarr", "fr": "Téléchargement automatique de sous-titres pour Sonarr et Radarr" }, - "version": "1.1.1~ynh1", + "version": "1.1.2~ynh1", "url": "https://bazarr.media", "upstream": { "license": "GPL-3.0", From 1c8ae1af4ae1af12932ba51ccc06cd63ebbd7daa Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 16 Oct 2022 06:27:50 +0000 Subject: [PATCH 2/4] Auto-update README --- README.md | 3 +-- README_fr.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8f6b0e1..d22c9e4 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,7 @@ Bazarr is a companion application to Sonarr and Radarr that manages and download - Subtitles upgrade whenever better ones are released -**Shipped version:** 1.1.1~ynh1 - +**Shipped version:** 1.1.2~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index d717b3c..1bfba11 100644 --- a/README_fr.md +++ b/README_fr.md @@ -24,8 +24,7 @@ Bazarr is a companion application to Sonarr and Radarr that manages and download - Subtitles upgrade whenever better ones are released -**Version incluse :** 1.1.1~ynh1 - +**Version incluse :** 1.1.2~ynh1 ## Captures d'écran From 05923cc012fcbb9a68731c5ac8de374aa526a0ae Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 16 Oct 2022 10:45:18 +0200 Subject: [PATCH 3/4] Upgrade auto-updater dependencies --- .github/workflows/updater.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 4363d38..4a866ff 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch the source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run the updater script @@ -33,7 +33,7 @@ jobs: - name: Create Pull Request id: cpr if: ${{ env.PROCEED == 'true' }} - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Update to version ${{ env.VERSION }} From a987eaf15cd6e72a89e9bfe5ff298acf253f94dd Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 16 Oct 2022 10:48:09 +0200 Subject: [PATCH 4/4] Fix app.src for v1.1.2 --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index 0268d0d..9a68e1e 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/morpheus65535/bazarr/releases/download/v1.0.1/bazarr.zip -SOURCE_SUM=418C53FF8FA4CF738B4F76525809D320036F0EAEB931C4AD235B43E34FADAFF7 +SOURCE_URL=https://github.com/morpheus65535/bazarr/releases/download/v1.1.2/bazarr.zip +SOURCE_SUM=7134917E7318032A0EA13CB4C31F2CC6AC92F76CCFE8666EF1A1F9851453C54E SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false