Skip to content

Commit

Permalink
upd(librewolf-app): 119.0.1-1 -> 120.0.1-1 (#5066)
Browse files Browse the repository at this point in the history
Co-authored-by: ook37 <[email protected]>
  • Loading branch information
oklopfer and ook37 authored Dec 20, 2023
1 parent 3770571 commit f860beb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/librewolf-app/librewolf-app.pacscript
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
maintainer="Oren Klopfer <[email protected]>"
name="librewolf-app"
pkgname="librewolf"
pkgver="119.0.1-1"
pkgver="120.0.1-1"
pkgdesc="A fork of Firefox, focused on privacy, security and freedom."
arch=('amd64' 'arm64')
if [[ ${CARCH} == "arm64" ]]; then
gnuarch="aarch64"
hash="746774deae34d915e944df4b063ee093df9ae3cf2ae07434b22c0edec6561fb0"
hash="af10277447c2c469d3b6c6a4ea99460de90346edfd8515066a317a954659e0f4"
else
gnuarch="x86_64"
hash="ee0b8b77f29cec4c04354e5603b22e1f18ad251f7e7b91afab6d88b1cb2ad2c3"
hash="21e73e405835bd6cfdaecc9930423f68e544eccb52deb7c992e90f5085ca487e"
fi
url="https://gitlab.com/api/v4/projects/24386000/packages/generic/librewolf/${pkgver}/LibreWolf.${gnuarch}.AppImage"
breaks=("${pkgname}-deb" "${pkgname}-bin" "${pkgname}-git")
Expand Down

0 comments on commit f860beb

Please sign in to comment.