1
0

nyxt: 3.11.6 -> 3.11.7

This commit is contained in:
John McQuah 2024-06-07 11:36:16 +00:00
parent fa1d0f9768
commit 9e78905f85
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxG20SpbFdDBTtiGWsvlIAyB9lorK0G7KZ8EbQjwkr/HsfCBJIXYFFht64zPE54hZh36CAyHnDqc6EiJ1cDQ73gQ=
SHA256 (Pkgfile) = 428bfc6330c092312edc55091b86753fcadd134368170af0aeb878e7d918c441
RWTTPlFarK9CxA0sdP+1iqTznl3XQopQiq/B4WMRhXgH3wpng+ae7DVnFh14xpNkTmwn0LGImCBPH3BB2OlAWGnbma8tWnfTugs=
SHA256 (Pkgfile) = ca610263505a759cb0d76802311591c072c987fcddfeecf1fa54651743fb0647
SHA256 (.footprint) = 425ef66a2d223ca7ff4d166a291ad251a3df83150896e858e77e7b5824c13d6b
SHA256 (nyxt-3.11.6-source-with-submodules.tar.xz) = 921baf78223cbf8b7f69bf54d2d0b2a6039f5cc8a7c72cea702ab0aceec7cf83
SHA256 (nyxt-3.11.7-source-with-submodules.tar.xz) = 27d11de1e41ca1c319193678f385a5a3e0bfb805da8f687557a77cba24ab01e1
SHA256 (vi-keybindings.patch) = fd504b17f9f705ac745301646f45fa6ae53c534804f056e68680118a489b1e8b

View File

@ -1,5 +1,5 @@
#!/bin/sh
curl -s "https://github.com/atlas-engineer/nyxt/releases" \
| awk '/<h2 class=.sr-only/ {$0=gensub(/<h2 .*>(.+)<.*/,"\\1",1); print;}' \
lynx -dump "https://nyxt-browser.com/articles/release" \
| awk '/ Nyxt [0-9]+/ {$0=gensub(/(\*|\s)*Nyxt (.+)/,"\\2",1); print;}' \
| head -n 1

View File

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