Update palemoon from 31.3.1_1 to 31.4.1_1
This commit is contained in:
parent
9cf221af9e
commit
c6401dec3c
1 changed files with 4 additions and 4 deletions
|
@ -4,12 +4,12 @@
|
|||
# Original source: https://git.disroot.org/tuxliban/tutoriales_void/src/branch/master/Plantillas/palemoon/template
|
||||
|
||||
pkgname=palemoon
|
||||
version=31.3.1
|
||||
version=31.4.1
|
||||
_release=1
|
||||
revision=1
|
||||
archs="i686 x86_64"
|
||||
repository="cereus-extra"
|
||||
hostmakedepends="curl python3-html2text tar xz"
|
||||
hostmakedepends="curl python3-html2text tar xz awk"
|
||||
depends="libvpx alsa-lib dbus-glib libXt gtk+"
|
||||
short_desc="Open-source web browser based on Firefox focusing on efficiency"
|
||||
maintainer="Kevin F. <https://github.com/KF_Art>"
|
||||
|
@ -18,10 +18,10 @@ homepage="https://www.palemoon.org"
|
|||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||
_debarch=amd64
|
||||
checksum=d0062e539b5c61e9fddaa33166ad8759919300e4a138897922c16dafb5625ec1
|
||||
checksum=6f580ed3367eef3fade1a3851483b6a56da6c508f0d4f462419883d23414011f
|
||||
else
|
||||
_debarch=i386
|
||||
checksum=b3a2e75f019863af1f79629bc830586cac6f2e6e06b702c01c7bfea47576184d
|
||||
checksum=068107d9303c1f386bb4e0197086d0de28a2755d08f9f9e89532325d4e3f9e82
|
||||
fi
|
||||
|
||||
distfiles="https://download.opensuse.org/repositories/home:/stevenpusser/Debian_11/${_debarch}/${pkgname}_${version}-${_release}.gtk2_${_debarch}.deb"
|
||||
|
|
Loading…
Add table
Reference in a new issue