mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
tusd: Update development version.
This update was missed in21eff33875
. (cherry picked from commit826c643401
)
This commit is contained in:
committed by
Tim Abbott
parent
bc3753d859
commit
25d1491999
@@ -2,18 +2,18 @@
|
||||
set -eu
|
||||
|
||||
# This should be kept in sync with puppet/zulip/manifests/common.pp
|
||||
version=2.6.0
|
||||
version=2.8.0
|
||||
arch="$(uname -m)"
|
||||
|
||||
case $arch in
|
||||
x86_64)
|
||||
tarball="tusd_linux_amd64"
|
||||
sha256=8616b1985a7494da91b019972ad8f7be5a2238f802eed7d097917af20e6f8186
|
||||
sha256=e13c8adc9bed4c993a72f60140f688736058d2c3f4a18fb6e59ca26e829fb93b
|
||||
;;
|
||||
|
||||
aarch64)
|
||||
tarball="tusd_linux_arm64"
|
||||
sha256=474c46502c19fb633b9fa4e518e4dfcce9f445b119663757332a9485b525b599
|
||||
sha256=089eb6d144df7cc5e10ac611a18f407308aedb3f9024a78fa01cb60ba99005a9
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Reference in New Issue
Block a user