diff options
author | Donald Webster | 2023-08-08 09:14:38 -0700 |
---|---|---|
committer | Donald Webster | 2023-08-08 09:14:38 -0700 |
commit | 3f9d06b5d8f709b0e86acde1729d2a3fdae17e31 (patch) | |
tree | 8019084d387762d0fa4690e3c95d986cfdc42032 | |
parent | 746a08a4558e5637218cf4696d6f97a6f6558ccc (diff) | |
download | aur-3f9d06b5d8f709b0e86acde1729d2a3fdae17e31.tar.gz |
Update to v4.0.0.603.
-rw-r--r-- | .SRCINFO | 14 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 11 insertions, 11 deletions
@@ -1,6 +1,6 @@ pkgbase = sonarr-develop pkgdesc = TV download automation for usenet and torrents. - pkgver = 4.0.0.602 + pkgver = 4.0.0.603 pkgrel = 1 url = https://sonarr.tv/ arch = x86_64 @@ -29,11 +29,11 @@ pkgbase = sonarr-develop sha256sums = cc3c69f719fa64335f4c5b41b2588f1ec56865fb2202f5919d3668b50b8f398e sha256sums = 7bf87304383b7d58ecab59b3686d00a8f1b6fbe4af3a86da35a887e4cebee411 sha256sums = a6b37e75143a309b1d8c163c3f90f7f0275fd730015c3f74e3ad27c278b1ae90 - source_x86_64 = https://download.sonarr.tv/v4/develop/4.0.0.602/Sonarr.develop.4.0.0.602.linux-x64.tar.gz - sha256sums_x86_64 = 1db36f73d4655c589e69f2931e97347660f8a932d72d7d5db2fe11c4a22c5b20 - source_aarch64 = https://download.sonarr.tv/v4/develop/4.0.0.602/Sonarr.develop.4.0.0.602.linux-arm64.tar.gz - sha256sums_aarch64 = 92b93ce7d9ad15042e514fce060469ce815e76ed6c66543067da281cd9ba28d3 - source_armv7h = https://download.sonarr.tv/v4/develop/4.0.0.602/Sonarr.develop.4.0.0.602.linux-arm.tar.gz - sha256sums_armv7h = eac129208565a14544b48831f2beae3fede1087eef2ecface71364f1bdd4d8d0 + source_x86_64 = https://download.sonarr.tv/v4/develop/4.0.0.603/Sonarr.develop.4.0.0.603.linux-x64.tar.gz + sha256sums_x86_64 = 1e19c22b6cc86398b48b3c819cf31fcd4d6b526b33ffd13a2fe238a859eb67dc + source_aarch64 = https://download.sonarr.tv/v4/develop/4.0.0.603/Sonarr.develop.4.0.0.603.linux-arm64.tar.gz + sha256sums_aarch64 = 0f33fe38e137cf118954df952522d5932493fe0e1c16e8354bb87733a46cbbdd + source_armv7h = https://download.sonarr.tv/v4/develop/4.0.0.603/Sonarr.develop.4.0.0.603.linux-arm.tar.gz + sha256sums_armv7h = 02bb9dabf56989b9c368f3c833173f192e2d1224274a315fb5f7226647beffdb pkgname = sonarr-develop @@ -4,7 +4,7 @@ # Helpful URL: http://services.sonarr.tv/v1/releases pkgname='sonarr-develop' -pkgver=4.0.0.602 +pkgver=4.0.0.603 pkgrel=1 pkgdesc='TV download automation for usenet and torrents.' arch=('x86_64' 'aarch64' 'armv7h') @@ -51,9 +51,9 @@ sha256sums=('2373381d508403469cf58396b1f8f7cc7778ba619604469006bdfdc3f2f25960' 'cc3c69f719fa64335f4c5b41b2588f1ec56865fb2202f5919d3668b50b8f398e' '7bf87304383b7d58ecab59b3686d00a8f1b6fbe4af3a86da35a887e4cebee411' 'a6b37e75143a309b1d8c163c3f90f7f0275fd730015c3f74e3ad27c278b1ae90') -sha256sums_x86_64=('1db36f73d4655c589e69f2931e97347660f8a932d72d7d5db2fe11c4a22c5b20') -sha256sums_aarch64=('92b93ce7d9ad15042e514fce060469ce815e76ed6c66543067da281cd9ba28d3') -sha256sums_armv7h=('eac129208565a14544b48831f2beae3fede1087eef2ecface71364f1bdd4d8d0') +sha256sums_x86_64=('1e19c22b6cc86398b48b3c819cf31fcd4d6b526b33ffd13a2fe238a859eb67dc') +sha256sums_aarch64=('0f33fe38e137cf118954df952522d5932493fe0e1c16e8354bb87733a46cbbdd') +sha256sums_armv7h=('02bb9dabf56989b9c368f3c833173f192e2d1224274a315fb5f7226647beffdb') package() { rm -rf "${srcdir}/Sonarr/Sonarr.Update" install -d -m 755 "${pkgdir}/usr/lib/sonarr/bin" |