sabnzbd: update to 3.5.0.
This commit is contained in:
parent
889309ecc1
commit
521e37fab5
1 changed files with 5 additions and 4 deletions
|
@ -1,20 +1,21 @@
|
|||
# Template file for 'sabnzbd'
|
||||
pkgname=sabnzbd
|
||||
version=3.2.1
|
||||
revision=2
|
||||
version=3.5.0
|
||||
revision=1
|
||||
wrksrc="SABnzbd-${version}"
|
||||
pycompile_dirs="/usr/share/sabnzbd"
|
||||
hostmakedepends="python3 gettext"
|
||||
depends="par2cmdline python3-sabyenc3 python3-cheetah3 python3-cryptography
|
||||
python3-feedparser python3-configobj python3-CherryPy python3-Cheroot
|
||||
python3-portend python3-chardet python3-notify2 unzip"
|
||||
python3-portend python3-chardet python3-notify2 python3-guessit
|
||||
python3-puremagic python3-pysocks unzip"
|
||||
short_desc="Open Source Binary Newsreader written in Python"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later, custom:Bundled"
|
||||
homepage="https://sabnzbd.org/"
|
||||
changelog="https://github.com/sabnzbd/sabnzbd/releases"
|
||||
distfiles="https://github.com/sabnzbd/sabnzbd/releases/download/${version}/SABnzbd-${version}-src.tar.gz"
|
||||
checksum=79c2bb46e41f2316e4c2827b61598157fbc9467ecddaca6fc4f0b2f4e7b8f809
|
||||
checksum=139e60f7616c8e99796d287bbedd58fa7f63567b562fcfcef249a615d2b89f02
|
||||
python_version=3
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in a new issue