Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / pdfjs
Commits: 6148f969 by Robin Candau at 2024-12-01T21:35:00+01:00 upgpkg: 4.9.124-1: New upstream release https://github.com/mozilla/pdf.js/releases/tag/v4.9.124 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,12 +1,12 @@ pkgbase = pdfjs pkgdesc = PDF reader in javascript - pkgver = 4.8.69 + pkgver = 4.9.124 pkgrel = 1 url = https://mozilla.github.io/pdf.js/ arch = any license = Apache-2.0 conflicts = pdfjs-legacy - source = https://github.com/mozilla/pdf.js/releases/download/v4.8.69/pdfjs-4.8.69-dist.zip - sha256sums = 887a6e5f0cda2136daf99cc5ae5fe34581c7bfef2ce64f5c27963d965d88d2c6 + source = https://github.com/mozilla/pdf.js/releases/download/v4.9.124/pdfjs-4.9.124-dist.zip + sha256sums = e871dead8a5328f03a682216fdef805673c73fdbb172f984ef96a45d907cf199 pkgname = pdfjs ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Florian Bruhin (The Compiler) <[email protected]> pkgname=pdfjs -pkgver=4.8.69 +pkgver=4.9.124 pkgrel=1 pkgdesc="PDF reader in javascript" conflicts=(pdfjs-legacy) @@ -12,7 +12,7 @@ arch=('any') url="https://mozilla.github.io/pdf.js/" license=('Apache-2.0') source=("https://github.com/mozilla/pdf.js/releases/download/v${pkgver}/pdfjs-${pkgver}-dist.zip") -sha256sums=('887a6e5f0cda2136daf99cc5ae5fe34581c7bfef2ce64f5c27963d965d88d2c6') +sha256sums=('e871dead8a5328f03a682216fdef805673c73fdbb172f984ef96a45d907cf199') package() { mkdir -p "$pkgdir/usr/share/pdf.js" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pdfjs/-/commit/6148f9698e228b8ac49ef66dc8e92071a88096f4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pdfjs/-/commit/6148f9698e228b8ac49ef66dc8e92071a88096f4 You're receiving this email because of your account on gitlab.archlinux.org.
