diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-01-18 23:19:06 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-01-18 23:19:06 -0800 |
commit | c7c53a4bd72a064c0c07cceda0a07b4b7a4fddd2 (patch) | |
tree | fe26bc12b6fc0be28f48b23ecc3c76f32cad1411 | |
parent | Updated to 33.4.0.1 (diff) | |
download | palemoon-master.tar.xz |
-rw-r--r-- | PKGBUILD | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -16,12 +16,12 @@ pkgname=palemoon _pmaltname=pale-moon _pmotheraltname=Pale-Moon _uxpaltname=uxp -pkgver=33.4.0.1 +pkgver=33.5.1 pkgrel=1 # palemoon commit ID can be found at https://repo.palemoon.org/MoonchildProductions/Pale-Moon/tags -_commit=635981878f2d1bc5194fa180ac6142a153f581e4 +_commit=9b1a67e34a3a86514dcb25f38398ec8e83ce93ac # UXP commit ID can be found at https://repo.palemoon.org/MoonchildProductions/UXP/tags -_UXPcommit=89e88ca6a055ed560da7bda9ad3c448c41cf4295 +_UXPcommit=2d1129eb7eb786f318067b4c0df0a7aea93048e0 pkgdesc="Open source web browser based on Firefox focusing on efficiency." arch=(x86_64 i686) license=(MPL-2.0 GPL LGPL) @@ -42,14 +42,14 @@ optdepends=('ffmpeg: various video and audio support' source=(git+"https://repo.palemoon.org/MoonchildProductions/${_pmotheraltname}?signed#commit=${_commit}" git+"https://repo.palemoon.org/MoonchildProductions/UXP?signed#commit=${_UXPcommit}" mozconfig.in) -sha1sums=('83bd82c83ec954cd6988fa6b4286ba4a953c129a' - '98fdbb5606cc04c2cc2a5f9d6b90c1054e0d4add' +sha1sums=('27124ecc5e4100d2573d5bf75fa2a612eb34da2d' + 'ce52318730cfadd9c498936f04e26bf34a428a54' '71ad1fdd6f76c896486565d0dfa27b0919228b00') -sha256sums=('6bf26bd8b98d6ccfacc765b9c1f60179350b8ad2b1e7d4f4ac148896027ea3ed' - '75bf7f92650161006a8e4b34fc56564cc202a79f284a2f72d32e7d1d39ab63d4' +sha256sums=('49775e29fd1cd00ee0a18d28e344e35cf2b6be128c268e508a0239aeaa50f12f' + '6239920a5e7f459b36f17ad2f922af0e7f492ed0425f87344f4a0e32b07084f2' '2da2111c9c204a4babaf19e1e1c1d629513b410d1290ac44a1f14c02a4f5d704') -b2sums=('aa2e7dd817e1a51ffcf82c443e71b1551738cbeca92a6a6873f1326c4f6f7fab86fcff2e4a9bd052d5cde8d542068e6975d4ca8192d3eb34db08f4c3e576c989' - '75092a08fbaa2c333324568a612dd13ddca95378ae4ef620cb98748cb3f3da5cc397422fe4b5b81f0313730cca60d2ba603f6c3eb00cc188a41b1b8b524c3714' +b2sums=('ae8112dedaa0e9c3430a6551f3d801e5e7539f0fedb05ae34cdfcac2d06875d6dcc33ae5aa71b67273e69542f9966063721a816b70b25e2a07be3a7dc44dd16f' + 'e4a17351c598005407091b5cb19829455bf035208321df811cf732f7919cddbebe0fc2fed5d54d4d26885c5bc7954e5c8ac4a8cc74093a5832ddc7c44b0471da' '290dfd5c3f93025048c94b6b592a3605e093862f1c4fbd96a9cde61b91ebb53b2901ce62b646cff298f9286bd46767972ac20a7bd19d902b470f15ca4c9fa4b7') #https://www.palemoon.org/0x8FCF9CEC.asc validpgpkeys=('3DAD8CD107197488D2A2A0BD40481E7B8FCF9CEC') |