1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bazarr_ynh.git synced 2024-09-03 18:06:27 +02:00

Merge pull request #12 from YunoHost-Apps/testing

This commit is contained in:
tituspijean 2022-10-16 15:08:36 +02:00 committed by GitHub
commit ad78465842
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 9 deletions

View file

@ -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 }}

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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",