diff --git a/srcpkgs/firefox/patches/sqlite-vec-remove-u_int_t-to-uint_t.patch b/srcpkgs/firefox/patches/sqlite-vec-remove-u_int_t-to-uint_t.patch deleted file mode 100644 index e0f9248fd3c..00000000000 --- a/srcpkgs/firefox/patches/sqlite-vec-remove-u_int_t-to-uint_t.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- 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; diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template index a0b4b863b89..427e77f2cc1 100644 --- a/srcpkgs/firefox/template +++ b/srcpkgs/firefox/template @@ -3,7 +3,7 @@ # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-i18n". # pkgname=firefox -version=139.0.4 +version=140.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=535e053fc3f949c6d7dd78a0a0b4997e5e26db7ef1e11d51b2b9a9f4022287f5 +checksum=ee1253b49b21241abc5d490df60be1d9f1d3914cdc1a4e3482a8158913f9fd1f lib32disabled=yes _llvmver=19 # needs to match rust