Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / firefoxpwa
Commits: 069bc355 by Robin Candau at 2025-02-16T18:48:33+01:00 upgpkg: 2.14.1-1: New upstream release https://github.com/filips123/PWAsForFirefox/releases/tag/v2.14.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = firefoxpwa pkgdesc = A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) - pkgver = 2.14.0 + pkgver = 2.14.1 pkgrel = 1 url = https://pwasforfirefox.filips.si install = firefoxpwa.install @@ -16,9 +16,9 @@ pkgbase = firefoxpwa optdepends = firefox: Support for browser extension provides = firefox-pwa replaces = firefox-pwa - source = firefoxpwa-2.14.0.tar.gz::https://github.com/filips123/PWAsForFirefox/archive/refs/tags/v2.14.0.tar.gz + source = firefoxpwa-2.14.1.tar.gz::https://github.com/filips123/PWAsForFirefox/archive/refs/tags/v2.14.1.tar.gz source = no_libexec.patch - b2sums = 976673bdd08625d751499b1addde397965af74113abcd12893cb7f43b6abfae7f9e70d4cfeb653163c1ff2c731e1a8bdb5dd619551d64b2060bf9bc9f9504a81 + b2sums = 225b6cff2b0a66a39b42f274beb86f311d962371292929c0d92f214d4a9e4a6d3c6717022d06f760e2d202509f078fb0c5fb0b5b1c3fd016269ec7106db6c548 b2sums = 4502cf881be1682b835d8b9cac6e9884c12e7212a681dd6820a4bbee331eda183c4475be60ed0152964750c59da3cdca005e4ef760fa6e3ce68835c885ddc617 pkgname = firefoxpwa ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=firefoxpwa _pkgname=PWAsForFirefox -pkgver=2.14.0 +pkgver=2.14.1 pkgrel=1 pkgdesc="A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component)" url="https://pwasforfirefox.filips.si" @@ -18,7 +18,7 @@ replaces=('firefox-pwa') install="${pkgname}.install" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/filips123/PWAsForFirefox/archive/refs/tags/v${pkgver}.tar.gz" 'no_libexec.patch') -b2sums=('976673bdd08625d751499b1addde397965af74113abcd12893cb7f43b6abfae7f9e70d4cfeb653163c1ff2c731e1a8bdb5dd619551d64b2060bf9bc9f9504a81' +b2sums=('225b6cff2b0a66a39b42f274beb86f311d962371292929c0d92f214d4a9e4a6d3c6717022d06f760e2d202509f078fb0c5fb0b5b1c3fd016269ec7106db6c548' '4502cf881be1682b835d8b9cac6e9884c12e7212a681dd6820a4bbee331eda183c4475be60ed0152964750c59da3cdca005e4ef760fa6e3ce68835c885ddc617') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/firefoxpwa/-/commit/069bc355606845c2008449a75298201f1f187819 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/firefoxpwa/-/commit/069bc355606845c2008449a75298201f1f187819 You're receiving this email because of your account on gitlab.archlinux.org.
