Skip to content

Commit

Permalink
Upstream update to 2024.6.20
Browse files Browse the repository at this point in the history
- build and release workflows update
  • Loading branch information
k0gen committed Jun 21, 2024
1 parent 9528749 commit c99931f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/buildService.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
make
PACKAGE_ID=$(yq -oy ".id" manifest.*)
echo "package_id=$PACKAGE_ID" >> $GITHUB_ENV
printf "\n SHA256SUM: $(sha256sum ${PACKAGE_ID}.s9pk) \n"
shell: bash

- name: Upload .s9pk
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/releaseService.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Generate sha256 checksum
run: |
PACKAGE_ID=${{ env.package_id }}
printf "\n SHA256SUM: $(sha256sum ${PACKAGE_ID}.s9pk) \n"
sha256sum ${PACKAGE_ID}.s9pk > ${PACKAGE_ID}.s9pk.sha256
shell: bash

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM redis:alpine as redis

FROM searxng/searxng:2024.5.17-ec41b5358
FROM searxng/searxng:2024.6.20-f195d98bf

USER root

Expand Down
12 changes: 7 additions & 5 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
id: searxng
title: "SearXNG"
version: 2024.5.17
version: 2024.6.20
release-notes: |
- Updated SearXNG code to the latest version from upstream.
> `Highlights`
- New search engines: cargo search (crates.io), Hex.pm, Searchmysite, Gitea, Open Meteo, LibreTranslate, Mullvad Leta.
- New plugins: unit converter, calculator.
- Wikimedia Commons support for media files.
- Added keybindings for copying URLs in Hotkeys. Press "h" key on main or result page to get help.
- Implemented dedicated module for Mojeek.
- Added engines for discourse forums (python, caddy, pi-hole).
- Added reusable function to filter text.
- Fixed issue of showing DDG IP from zero click.
- Implemented FindThatMeme engine.
- Added instant answers from DuckDuckGo.
license: MIT
wrapper-repo: "https://github.com/Start9Labs/searxng-startos"
upstream-repo: "https://github.com/searxng/searxng-docker"
Expand Down
2 changes: 1 addition & 1 deletion scripts/services/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ export const migration: T.ExpectedExports.migration =
),
},
},
"2024.5.17"
"2024.6.20"
);

0 comments on commit c99931f

Please sign in to comment.