mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
firefox: update to 139.0.
This commit is contained in:
parent
188b862a12
commit
46d3a34dd3
2 changed files with 25 additions and 2 deletions
|
@ -0,0 +1,23 @@
|
|||
--- a/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.c
|
||||
+++ b/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.c
|
||||
@@ -61,20 +61,6 @@
|
||||
#define LONGDOUBLE_TYPE long double
|
||||
#endif
|
||||
|
||||
-#ifndef _WIN32
|
||||
-#ifndef __EMSCRIPTEN__
|
||||
-#ifndef __COSMOPOLITAN__
|
||||
-#ifndef __wasi__
|
||||
-#ifndef __sun__
|
||||
-typedef u_int8_t uint8_t;
|
||||
-typedef u_int16_t uint16_t;
|
||||
-typedef u_int64_t uint64_t;
|
||||
-#endif
|
||||
-#endif
|
||||
-#endif
|
||||
-#endif
|
||||
-#endif
|
||||
-
|
||||
typedef int8_t i8;
|
||||
typedef uint8_t u8;
|
||||
typedef int16_t i16;
|
|
@ -3,7 +3,7 @@
|
|||
# THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-i18n".
|
||||
#
|
||||
pkgname=firefox
|
||||
version=138.0.4
|
||||
version=139.0
|
||||
revision=1
|
||||
build_helper="rust"
|
||||
short_desc="Mozilla Firefox web browser"
|
||||
|
@ -12,7 +12,7 @@ license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
|
|||
homepage="https://www.mozilla.org/firefox/"
|
||||
changelog="https://www.mozilla.org/en-US/firefox/${version}/releasenotes/"
|
||||
distfiles="${MOZILLA_SITE}/firefox/releases/${version/beta/b}/source/firefox-${version/beta/b}.source.tar.xz"
|
||||
checksum=3fd30db08dad90b339e08d27db1e3aab03a174817d336314327dc5305c145056
|
||||
checksum=8cdce7145f78947be346fdb37955ad87d2964f17844dacefdcf5b58a4609518b
|
||||
|
||||
lib32disabled=yes
|
||||
_llvmver=19 # needs to match rust
|
||||
|
|
Loading…
Add table
Reference in a new issue