mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
calibre: update to 2.62.0.
This commit is contained in:
parent
ed478ab1b9
commit
6293724da2
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'calibre'
|
# Template file for 'calibre'
|
||||||
pkgname=calibre
|
pkgname=calibre
|
||||||
version=2.61.0
|
version=2.62.0
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="qt5-qmake python-devel pkg-config
|
hostmakedepends="qt5-qmake python-devel pkg-config
|
||||||
python-dateutil python-lxml python-Pillow
|
python-dateutil python-lxml python-Pillow
|
||||||
|
@ -21,7 +21,7 @@ maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://calibre-ebook.com"
|
homepage="https://calibre-ebook.com"
|
||||||
distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
|
distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
|
||||||
checksum=a88c3da1320c346cb4847d3a887674e4aa4c965b4e2311e425343d9fe72b5df7
|
checksum=ca4e7b13bfbf3950e32c91d163bd31a310fb386375d4c02f4bde8dd7b49b1a97
|
||||||
|
|
||||||
nocross=yes
|
nocross=yes
|
||||||
pycompile_version="2.7"
|
pycompile_version="2.7"
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
site="https://calibre-ebook.com/whats-new"
|
site="https://api.github.com/repos/kovidgoyal/calibre/tags"
|
||||||
pattern='Release:\s*\K([\d\.]+)'
|
pattern='"name":\s*"v\K[\w.]+(?=")'
|
||||||
|
|
Loading…
Add table
Reference in a new issue