Merge pull request #2441 from fewtarius/dev

Add shasums to tailscale so it flushes the mismatched sources.
This commit is contained in:
fewtarius 2023-11-28 07:35:35 -05:00 committed by GitHub
commit 351b2c14a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,9 +12,11 @@ PKG_TOOLCHAIN="manual"
case ${TARGET_ARCH} in
aarch64)
TS_ARCH="_arm64"
PKG_SHA256="a7c9e801f43c04290481c2f6b0baad6fcaa82db3149fac232b2601115dd65db7"
;;
x86_64)
TS_ARCH="_amd64"
PKG_SHA256="e9375a321faaba03c93e006f40318eb986937658e09287cdf0117b9e28ab8fbe"
;;
esac