diff options
author | Donald Webster | 2023-05-19 18:55:58 -0700 |
---|---|---|
committer | Donald Webster | 2023-05-19 18:55:58 -0700 |
commit | 8bcc89a1948b15fdbd4e668d6c76886d0f6d9d13 (patch) | |
tree | ff86defbd3cadd8039a336c75284fea6d6e4b257 | |
parent | 22117c3ca4a0f292d8917d1fc8010e7d3b3a35d4 (diff) | |
download | aur-8bcc89a1948b15fdbd4e668d6c76886d0f6d9d13.tar.gz |
Update to v4.0.0.507.
-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.506 + pkgver = 4.0.0.507 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.506/Sonarr.develop.4.0.0.506.linux-x64.tar.gz - sha256sums_x86_64 = 5c62b11c9965a386dee2eaa3c0c6f39734c48468831019bf440e7dc67748acc5 - source_aarch64 = https://download.sonarr.tv/v4/develop/4.0.0.506/Sonarr.develop.4.0.0.506.linux-arm64.tar.gz - sha256sums_aarch64 = 89194cae6cd731e13900dd3cbe5980f3a185964c61cda146e816d61cbedfa0ec - source_armv7h = https://download.sonarr.tv/v4/develop/4.0.0.506/Sonarr.develop.4.0.0.506.linux-arm.tar.gz - sha256sums_armv7h = ee84f4fddbf07cb12d24e46653055f14e8eebd948e796c81d2428fdd509a3a58 + source_x86_64 = https://download.sonarr.tv/v4/develop/4.0.0.507/Sonarr.develop.4.0.0.507.linux-x64.tar.gz + sha256sums_x86_64 = b1dd8796e08e6c2c9f49f45dce693b808620b75f0c5f6db734275d238573931e + source_aarch64 = https://download.sonarr.tv/v4/develop/4.0.0.507/Sonarr.develop.4.0.0.507.linux-arm64.tar.gz + sha256sums_aarch64 = 196d45ee31f6f3143c7c95721be9a3939436e68bb56bfc08855e39f8b8b022d2 + source_armv7h = https://download.sonarr.tv/v4/develop/4.0.0.507/Sonarr.develop.4.0.0.507.linux-arm.tar.gz + sha256sums_armv7h = 51cda803b4d286005d8bf7b2f5fdd6a27f0d2f49b3d42f9d55d78d53939ad76b pkgname = sonarr-develop @@ -4,7 +4,7 @@ # Helpful URL: http://services.sonarr.tv/v1/releases pkgname='sonarr-develop' -pkgver=4.0.0.506 +pkgver=4.0.0.507 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=('5c62b11c9965a386dee2eaa3c0c6f39734c48468831019bf440e7dc67748acc5') -sha256sums_aarch64=('89194cae6cd731e13900dd3cbe5980f3a185964c61cda146e816d61cbedfa0ec') -sha256sums_armv7h=('ee84f4fddbf07cb12d24e46653055f14e8eebd948e796c81d2428fdd509a3a58') +sha256sums_x86_64=('b1dd8796e08e6c2c9f49f45dce693b808620b75f0c5f6db734275d238573931e') +sha256sums_aarch64=('196d45ee31f6f3143c7c95721be9a3939436e68bb56bfc08855e39f8b8b022d2') +sha256sums_armv7h=('51cda803b4d286005d8bf7b2f5fdd6a27f0d2f49b3d42f9d55d78d53939ad76b') package() { rm -rf "${srcdir}/Sonarr/Sonarr.Update" install -d -m 755 "${pkgdir}/usr/lib/sonarr/bin" |