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:
commit
ad78465842
5 changed files with 7 additions and 9 deletions
4
.github/workflows/updater.yml
vendored
4
.github/workflows/updater.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Fetch the source code
|
- name: Fetch the source code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Run the updater script
|
- name: Run the updater script
|
||||||
|
@ -33,7 +33,7 @@ jobs:
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
id: cpr
|
id: cpr
|
||||||
if: ${{ env.PROCEED == 'true' }}
|
if: ${{ env.PROCEED == 'true' }}
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
commit-message: Update to version ${{ env.VERSION }}
|
commit-message: Update to version ${{ env.VERSION }}
|
||||||
|
|
|
@ -24,8 +24,7 @@ Bazarr is a companion application to Sonarr and Radarr that manages and download
|
||||||
- Subtitles upgrade whenever better ones are released
|
- Subtitles upgrade whenever better ones are released
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 1.1.1~ynh1
|
**Shipped version:** 1.1.2~ynh1
|
||||||
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -24,8 +24,7 @@ Bazarr is a companion application to Sonarr and Radarr that manages and download
|
||||||
- Subtitles upgrade whenever better ones are released
|
- Subtitles upgrade whenever better ones are released
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 1.1.1~ynh1
|
**Version incluse :** 1.1.2~ynh1
|
||||||
|
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d'écran
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/morpheus65535/bazarr/releases/download/v1.0.1/bazarr.zip
|
SOURCE_URL=https://github.com/morpheus65535/bazarr/releases/download/v1.1.2/bazarr.zip
|
||||||
SOURCE_SUM=418C53FF8FA4CF738B4F76525809D320036F0EAEB931C4AD235B43E34FADAFF7
|
SOURCE_SUM=7134917E7318032A0EA13CB4C31F2CC6AC92F76CCFE8666EF1A1F9851453C54E
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=false
|
SOURCE_IN_SUBDIR=false
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Automated subtitle downloading for Sonarr and Radarr",
|
"en": "Automated subtitle downloading for Sonarr and Radarr",
|
||||||
"fr": "Téléchargement automatique de sous-titres pour Sonarr et 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",
|
"url": "https://bazarr.media",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue