Update LibreWolf from 111.0 to 119.0.1-1
Now revision number is added at the end of version (it uses a dot as XBPS doesn't allow hyphens in version string).
This commit is contained in:
parent
3b24945dd3
commit
75a4395d78
2 changed files with 13 additions and 13 deletions
|
@ -1,24 +1,24 @@
|
||||||
# Template file for 'librewolf-bin'
|
# Template file for 'librewolf-bin'
|
||||||
pkgname=librewolf-bin
|
pkgname=librewolf-bin
|
||||||
_realname=librewolf
|
_realname=${pkgname%-bin}
|
||||||
version=111.0
|
_version=119.0.1-1
|
||||||
|
version=${_version//-/.}
|
||||||
revision=1
|
revision=1
|
||||||
_release=3
|
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
repository="cereus-extra"
|
repository="cereus-extra"
|
||||||
short_desc="Community-maintained fork of Firefox, focused on privacy, security and freedom - binary-based package"
|
short_desc="Community-maintained fork of Firefox, focused on privacy, security and freedom - binary-based package"
|
||||||
maintainer="Kevin F. <kevinfigueroart@proton.me>"
|
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
|
||||||
hostmakedepends="tar xz xbps-triggers awk"
|
hostmakedepends="tar xz xbps-triggers"
|
||||||
makedepends="xbps-triggers"
|
makedepends="xbps-triggers"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
homepage="https://gitlab.com/librewolf-community"
|
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"
|
distfiles="https://gitlab.com/api/v4/projects/44042130/packages/generic/${_realname}/${_version}/librewolf-${_version}-linux-x86_64-package.tar.bz2"
|
||||||
checksum=584187698a48d6ba4a895db78c6e03404095206ee04f1d7d67d0a4b4f7af20f8
|
checksum=9423594dce53ccdc114d87ec406b738d543669618c675681a4d2022f8f866556
|
||||||
nostrip=yes
|
#nostrip=yes
|
||||||
|
|
||||||
do_extract() {
|
do_extract() {
|
||||||
vmkdir opt/${_realname}
|
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() {
|
do_install() {
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'librewolf-musl'
|
# Template file for 'librewolf-musl'
|
||||||
pkgname=librewolf-musl
|
pkgname=librewolf-musl
|
||||||
_realname=librewolf
|
_realname=librewolf
|
||||||
version=111.0
|
_version=119.0.1-1
|
||||||
revision=2
|
version=${_version//-/.}
|
||||||
_release=3
|
revision=1
|
||||||
archs="x86_64-musl"
|
archs="x86_64-musl"
|
||||||
repository="cereus-extra"
|
repository="cereus-extra"
|
||||||
short_desc="Community-maintained fork of Firefox, focused on privacy, security and freedom - glibc containerized package"
|
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"
|
hostmakedepends="tar xz xbps-triggers"
|
||||||
makedepends="xbps-triggers"
|
makedepends="xbps-triggers"
|
||||||
depends="voidnsrun-setup"
|
depends="voidnsrun-setup"
|
||||||
|
|
Loading…
Add table
Reference in a new issue