Skip to content

Commit c99931f

Browse files
committed
Upstream update to 2024.6.20
- build and release workflows update
1 parent 9528749 commit c99931f

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

.github/workflows/buildService.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
make
2828
PACKAGE_ID=$(yq -oy ".id" manifest.*)
2929
echo "package_id=$PACKAGE_ID" >> $GITHUB_ENV
30+
printf "\n SHA256SUM: $(sha256sum ${PACKAGE_ID}.s9pk) \n"
3031
shell: bash
3132

3233
- name: Upload .s9pk

.github/workflows/releaseService.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- name: Generate sha256 checksum
3434
run: |
3535
PACKAGE_ID=${{ env.package_id }}
36+
printf "\n SHA256SUM: $(sha256sum ${PACKAGE_ID}.s9pk) \n"
3637
sha256sum ${PACKAGE_ID}.s9pk > ${PACKAGE_ID}.s9pk.sha256
3738
shell: bash
3839

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM redis:alpine as redis
22

3-
FROM searxng/searxng:2024.5.17-ec41b5358
3+
FROM searxng/searxng:2024.6.20-f195d98bf
44

55
USER root
66

manifest.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
id: searxng
22
title: "SearXNG"
3-
version: 2024.5.17
3+
version: 2024.6.20
44
release-notes: |
55
- Updated SearXNG code to the latest version from upstream.
66
77
> `Highlights`
8-
- New search engines: cargo search (crates.io), Hex.pm, Searchmysite, Gitea, Open Meteo, LibreTranslate, Mullvad Leta.
9-
- New plugins: unit converter, calculator.
10-
- Wikimedia Commons support for media files.
11-
- Added keybindings for copying URLs in Hotkeys. Press "h" key on main or result page to get help.
8+
- Implemented dedicated module for Mojeek.
9+
- Added engines for discourse forums (python, caddy, pi-hole).
10+
- Added reusable function to filter text.
11+
- Fixed issue of showing DDG IP from zero click.
12+
- Implemented FindThatMeme engine.
13+
- Added instant answers from DuckDuckGo.
1214
license: MIT
1315
wrapper-repo: "https://github.com/Start9Labs/searxng-startos"
1416
upstream-repo: "https://github.com/searxng/searxng-docker"

scripts/services/migrations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ export const migration: T.ExpectedExports.migration =
2424
),
2525
},
2626
},
27-
"2024.5.17"
27+
"2024.6.20"
2828
);

0 commit comments

Comments
 (0)