calibre: update to 2.62.0.
This commit is contained in:
parent
ed478ab1b9
commit
6293724da2
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'calibre'
|
||||
pkgname=calibre
|
||||
version=2.61.0
|
||||
version=2.62.0
|
||||
revision=1
|
||||
hostmakedepends="qt5-qmake python-devel pkg-config
|
||||
python-dateutil python-lxml python-Pillow
|
||||
|
@ -21,7 +21,7 @@ maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
|||
license="GPL-3"
|
||||
homepage="https://calibre-ebook.com"
|
||||
distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
|
||||
checksum=a88c3da1320c346cb4847d3a887674e4aa4c965b4e2311e425343d9fe72b5df7
|
||||
checksum=ca4e7b13bfbf3950e32c91d163bd31a310fb386375d4c02f4bde8dd7b49b1a97
|
||||
|
||||
nocross=yes
|
||||
pycompile_version="2.7"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
site="https://calibre-ebook.com/whats-new"
|
||||
pattern='Release:\s*\K([\d\.]+)'
|
||||
site="https://api.github.com/repos/kovidgoyal/calibre/tags"
|
||||
pattern='"name":\s*"v\K[\w.]+(?=")'
|
||||
|
|
Loading…
Reference in New Issue