nyxt: updated to version 3.12.0

This commit is contained in:
John McQuah 2024-11-20 13:23:54 +00:00
parent d1fcf3e27c
commit be6e97867c
3 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxJK6ReTfSL63/XRM/RiIrGtglM47j9a1l4MtCFKq7L2+wCEjgYgHIIo3zMKIboyujGFcbQ77CJCTMeRyJhNvlg4=
SHA256 (Pkgfile) = 4c238dc06cfe934caa43a2b77d8f5b6b543f6768c63f44b4dddff7eb5c0bc97a
RWTTPlFarK9CxOFE5QeyKmVV1Emf0gVGU3xAM9K3MHIG95E1oXCm+l+SlEA6xnAsipAwIoCEL6itFfZOeRC5ZpZ5g0najOi87Qw=
SHA256 (Pkgfile) = 4aa6524fe1be5217e3f0183526d3eb1a0e2ec89dfd76ef78b670b2bf5e81421f
SHA256 (.footprint) = 425ef66a2d223ca7ff4d166a291ad251a3df83150896e858e77e7b5824c13d6b
SHA256 (nyxt-3.11.8-source-with-submodules.tar.xz) = 4604b15a4d89336d110926ac91c53eff020ae9c8cd96214d7ed1114bcf6a9254
SHA256 (nyxt-3.12.0-source-with-submodules.tar.xz) = 9355f6f0cc26505130b8e016b1d8457fe06e984aa1bcd516dae250445bc9a554
SHA256 (vi-keybindings.patch) = 378d91c3d1e816fcd4ae5a9cf635c80c5c21c599419e96c3ed43361c9bc3209b
SHA256 (libfixposix.patch) = 4ff0a7abbd49f5b18c91579c94e7177fae06fe8188664b5ae80909f8cc557394
SHA256 (libfixposix.patch) = a3c527b9d6198ecc5bd13391721a2ad64ae6de9f6a99dec379358d9b5467b730

View File

@ -5,7 +5,7 @@
# Optional: xclip enchant
name=nyxt
version=3.11.8
version=3.12.0
release=1
source=(https://github.com/atlas-engineer/nyxt/releases/download/$version/$name-$version-source-with-submodules.tar.xz vi-keybindings.patch libfixposix.patch)

View File

@ -6,7 +6,7 @@
(define-foreign-library
- (libfixposix :canary "lfp_buildinfo")
+ (libfixposix :canary "lfp_buildinfo_not_exist")
+ (:unix "libfixposix.so.3")
+ (:unix "libfixposix.so.4")
(t (:default "libfixposix")))
(load-foreign-library 'libfixposix))