Skip to content

Commit 7df2a01

Browse files
OriginCodeMingcongBai
authored andcommitted
qutebrowser: update to 3.5.0+pdfjs5.1.91
Signed-off-by: Kaiyang Wu <origincode@aosc.io>
1 parent 9ec6739 commit 7df2a01

File tree

1 file changed

+8
-8
lines changed
  • app-web/qutebrowser

1 file changed

+8
-8
lines changed

app-web/qutebrowser/spec

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
VER=3.4.0
1+
_QUTEBROWSER_VER=3.5.0
22
# NOTE: Find the latest pdf.js version in
33
# https://github.com/mozilla/pdf.js/releases
4-
PDFJS_VER=4.10.38
5-
REL=1
6-
SRCS="tbl::https://github.com/qutebrowser/qutebrowser/releases/download/v$VER/qutebrowser-$VER.tar.gz \
7-
file::rename=pdfjs.zip::https://github.com/mozilla/pdf.js/releases/download/v$PDFJS_VER/pdfjs-$PDFJS_VER-dist.zip"
8-
CHKSUMS="sha256::814124c0ed337430e613a1da366d5e38904cb2049afb1505971456ca5ca6223e \
9-
sha256::32bdd9c5198b77dbaa8f02de81f34476888b3abdd64b9fb5f607f81f01487e6a"
10-
SUBDIR="qutebrowser-$VER"
4+
_PDFJS_VER=5.1.91
5+
VER=${_QUTEBROWSER_VER}+pdfjs${_PDFJS_VER}
6+
SRCS="tbl::https://github.com/qutebrowser/qutebrowser/releases/download/v$_QUTEBROWSER_VER/qutebrowser-$_QUTEBROWSER_VER.tar.gz \
7+
file::rename=pdfjs.zip::https://github.com/mozilla/pdf.js/releases/download/v$_PDFJS_VER/pdfjs-$_PDFJS_VER-dist.zip"
8+
CHKSUMS="sha256::fa142c8d1c2825b068b71b3604a8b2d682e2ed84a14c3e68b6de7844331d80bb \
9+
sha256::a8378a45f0929496be79bfbf1a472c44c198243b055696fd892d62d14131a140"
10+
SUBDIR="qutebrowser-$_QUTEBROWSER_VER"
1111
CHKUPDATE="anitya::id=9759"

0 commit comments

Comments
 (0)