Skip to content

Commit

Permalink
v9.2
Browse files Browse the repository at this point in the history
- DietPi-Software | Syncthing: Update fallback URL
  • Loading branch information
MichaIng committed Mar 5, 2024
1 parent 264e07a commit 943a169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -8941,7 +8941,7 @@ _EOF_
*) local arch='arm';;
esac

local fallback_url="https://github.com/syncthing/syncthing/releases/download/v1.27.3/syncthing-linux-$arch-v1.27.3.tar.gz"
local fallback_url="https://github.com/syncthing/syncthing/releases/download/v1.27.4/syncthing-linux-$arch-v1.27.4.tar.gz"
Download_Install "$(curl -sSfL 'https://api.github.com/repos/syncthing/syncthing/releases/latest' | mawk -F\" "/\"browser_download_url\": .*\/syncthing-linux-$arch-[^\"\/]*\.tar\.gz\"/{print \$4}")"
G_EXEC mv syncthing-* /opt/syncthing
fi
Expand Down

6 comments on commit 943a169

@evrial
Copy link

@evrial evrial commented on 943a169 Mar 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not to use https://apt.syncthing.net/ ?

apt info syncthing
Package: syncthing
Version: 1.27.4
Priority: optional
Section: default
Maintainer: Syncthing Release Management <[email protected]>
Installed-Size: 25.8 MB

@MichaIng
Copy link
Owner Author

@MichaIng MichaIng commented on 943a169 Mar 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does not support all architectures we support, at least not when we checked last time.

EDIT: Okay it does support all of then, but not sure whether the armhf packages work on ARMv6 RPi 1 and Zero systems. Needs testing.

@evrial
Copy link

@evrial evrial commented on 943a169 Mar 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah it lacks riscv64, mips and few other, guess we have to ask them to match the github builds.

head /var/lib/apt/lists/apt.syncthing.net_dists_syncthing_InRelease
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

**Architectures: amd64 i386 armel armhf arm64**
Codename: debian
Components: candidate stable release

@MichaIng
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah right, RISC-V as well. That would be great, pushing the usability of this high potential arch. Since they provide binary archives for it, it should be much hassle to add them to the APT repo.

@evrial
Copy link

@evrial evrial commented on 943a169 Mar 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the reason why?

@MichaIng
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess no one asked.

Please sign in to comment.