Skip to content

Commit 47d391d

Browse files
committed
dietpi-software: Immich: switch to new VectorChord orga
1 parent bf6c299 commit 47d391d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/update_urls.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,11 +378,11 @@ aREPLACE[$software_id]='version='\''$release'\'
378378

379379
# VectorChord (for Immich)
380380
software_id=215000
381-
aURL[$software_id]='https://api.github.com/repos/tensorchord/VectorChord/releases/latest'
381+
aURL[$software_id]='https://api.github.com/repos/supervc-stack/VectorChord/releases/latest'
382382
aCHECK[$software_id]='echo "$response" | grep -Po "\"browser_download_url\": *\"\K[^\"]*-15-vchord_[^\"\/]*_$arch\.deb(?=\")"'
383383
aARCH[$software_id]='arm64 amd64'
384384
aARCH_CHECK[$software_id]='riscv64'
385-
aREGEX[$software_id]='https://github.com/tensorchord/VectorChord/releases/download/.*/postgresql-.*-vchord_.*_$arch.deb'
385+
aREGEX[$software_id]='https://github.com/supervc-stack/VectorChord/releases/download/.*/postgresql-.*-vchord_.*_$arch.deb'
386386
aREPLACE[$software_id]='${release/-15-vchord_/-\$version-vchord_}'
387387

388388
# extism-js (for Immich corePlugin build)

dietpi/dietpi-software

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12036,8 +12036,8 @@ _EOF_
1203612036
aDEPS=("postgresql-$version-pgvector")
1203712037
local arch='amd64'
1203812038
(( $G_HW_ARCH == 3 )) && arch='arm64'
12039-
local fallback_url="https://github.com/tensorchord/VectorChord/releases/download/1.1.1/postgresql-$version-vchord_1.1.1-1_$arch.deb"
12040-
Download_Install "$(curl -sSfL 'https://api.github.com/repos/tensorchord/VectorChord/releases/latest' | grep -Po "\"browser_download_url\": *\"\K[^\"]*-$version-vchord_[^\"\/]*_$arch\.deb(?=\")")"
12039+
local fallback_url="https://github.com/supervc-stack/VectorChord/releases/download/1.1.1/postgresql-$version-vchord_1.1.1-1_$arch.deb"
12040+
Download_Install "$(curl -sSfL 'https://api.github.com/repos/supervc-stack/VectorChord/releases/latest' | grep -Po "\"browser_download_url\": *\"\K[^\"]*-$version-vchord_[^\"\/]*_$arch\.deb(?=\")")"
1204112041

1204212042
# Download Immich source
1204312043
version=$(curl -sSfL 'https://api.github.com/repos/immich-app/immich/releases/latest' | grep -Po '"tag_name": *"\K[^"]+')

0 commit comments

Comments
 (0)