Skip to content

Commit

Permalink
Update LibreWolf from 111.0 to 119.0.1-1
Browse files Browse the repository at this point in the history
Now revision number is added at the end of version (it uses a dot as XBPS doesn't allow hyphens in version string).
  • Loading branch information
KF-Art committed Nov 13, 2023
1 parent 3b24945 commit 75a4395
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions srcpkgs/librewolf-bin/template
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# Template file for 'librewolf-bin'
pkgname=librewolf-bin
_realname=librewolf
version=111.0
_realname=${pkgname%-bin}
_version=119.0.1-1
version=${_version//-/.}
revision=1
_release=3
archs="x86_64"
repository="cereus-extra"
short_desc="Community-maintained fork of Firefox, focused on privacy, security and freedom - binary-based package"
maintainer="Kevin F. <kevinfigueroart@proton.me>"
hostmakedepends="tar xz xbps-triggers awk"
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
hostmakedepends="tar xz xbps-triggers"
makedepends="xbps-triggers"
license="MPL-2.0"
homepage="https://gitlab.com/librewolf-community"
distfiles="https://gitlab.com/api/v4/projects/12829184/packages/generic/${_realname}/${version}-${_release}/LibreWolf-${version}-${_release}.x86_64.tar.bz2"
checksum=584187698a48d6ba4a895db78c6e03404095206ee04f1d7d67d0a4b4f7af20f8
nostrip=yes
distfiles="https://gitlab.com/api/v4/projects/44042130/packages/generic/${_realname}/${_version}/librewolf-${_version}-linux-x86_64-package.tar.bz2"
checksum=9423594dce53ccdc114d87ec406b738d543669618c675681a4d2022f8f866556
#nostrip=yes

do_extract() {
vmkdir opt/${_realname}
bsdtar -C ${DESTDIR}/opt/${_realname} -xf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/LibreWolf-${version}-${_release}.x86_64.tar.bz2
bsdtar -C ${DESTDIR}/opt/ -xf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/librewolf-${_version}-linux-x86_64-package.tar.bz2
}

do_install() {
Expand Down
8 changes: 4 additions & 4 deletions srcpkgs/librewolf-musl/template
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Template file for 'librewolf-musl'
pkgname=librewolf-musl
_realname=librewolf
version=111.0
revision=2
_release=3
_version=119.0.1-1
version=${_version//-/.}
revision=1
archs="x86_64-musl"
repository="cereus-extra"
short_desc="Community-maintained fork of Firefox, focused on privacy, security and freedom - glibc containerized package"
maintainer="Kevin F. <kevinfigueroart@proton.me>"
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
hostmakedepends="tar xz xbps-triggers"
makedepends="xbps-triggers"
depends="voidnsrun-setup"
Expand Down

0 comments on commit 75a4395

Please sign in to comment.