Skip to content

Commit

Permalink
chore(fr24feed): bump fr24feed to v1.0.44-0, fix changed download-uri…
Browse files Browse the repository at this point in the history
… for the amd64 package (#155)

* update fr24feed to 1.0.44-0

* update fr24feed.sh

amd64 binary feed-url update
  • Loading branch information
Privatecoder authored Jan 9, 2024
1 parent cc61591 commit 960e2cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,9 @@ FROM debian:bullseye-slim as serve
ENV DEBIAN_VERSION bullseye
ENV RTL_SDR_VERSION 0.6.0

ENV FR24FEED_AMD64_VERSION 1.0.34-0
ENV FR24FEED_ARMHF_VERSION 1.0.34-0
ENV FR24FEED_ARMEL_VERSION 1.0.34-0
ENV FR24FEED_AMD64_VERSION 1.0.44-0
ENV FR24FEED_ARMHF_VERSION 1.0.44-0
ENV FR24FEED_ARMEL_VERSION 1.0.44-0

ENV PLANEFINDER_AMD64_VERSION 5.0.162
ENV PLANEFINDER_ARMHF_VERSION 5.0.161
Expand Down
2 changes: 1 addition & 1 deletion build/fr24feed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ case $arch in
dirname=fr24feed_armhf
;;
amd64)
url=https://repo-feed.flightradar24.com/linux_x86_64_binaries/fr24feed_${FR24FEED_AMD64_VERSION}_amd64.tgz
url=https://repo-feed.flightradar24.com/linux_binaries/fr24feed_${FR24FEED_AMD64_VERSION}_amd64.tgz
dirname=fr24feed_amd64
;;
*)
Expand Down

0 comments on commit 960e2cf

Please sign in to comment.