sonarr: 2.0.0.5344 -> 3.0.5.1144 (#115944)

* sonarr: 2.0.0.5344 -> 3.0.5.1144

* sonarr: change license to gpl3Only

* sonarr: add test passthru

* sonarr: remove ellipses from arguments

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

* sonarr: create update script

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Woky
2021-03-25 17:25:14 -04:00
committed by GitHub
co-authored by Sandro
parent 91b91ebe40
commit 6144606a2c
2 changed files with 18 additions and 7 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p curl jq common-updater-scripts
latestTag=$(curl https://api.github.com/repos/Sonarr/Sonarr/tags | jq -r '.[] | .name' | sort --version-sort | tail -1)
version="$(expr $latestTag : 'v\(.*\)')"
update-source-version sonarr "$version"