File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -378,11 +378,11 @@ aREPLACE[$software_id]='version='\''$release'\'
378378
379379# VectorChord (for Immich)
380380software_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'
382382aCHECK[$software_id ]=' echo "$response" | grep -Po "\"browser_download_url\": *\"\K[^\"]*-15-vchord_[^\"\/]*_$arch\.deb(?=\")"'
383383aARCH[$software_id ]=' arm64 amd64'
384384aARCH_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'
386386aREPLACE[$software_id ]=' ${release/-15-vchord_/-\$version-vchord_}'
387387
388388# extism-js (for Immich corePlugin build)
Original file line number Diff line number Diff 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[^"]+')
You can’t perform that action at this time.
0 commit comments