Skip to content

Commit

Permalink
Update Go version from 1.13.4 to 1.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Catfriend1 committed Dec 22, 2019
1 parent 3994c85 commit b177190
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions syncthing/build-syncthing.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
# Leave empty to auto-detect version by 'git describe'.
FORCE_DISPLAY_SYNCTHING_VERSION = 'v1.3.3-preview.1'

GO_VERSION = '1.13.4'
GO_EXPECTED_SHASUM_LINUX = '692d17071736f74be04a72a06dab9cac1cd759377bd85316e52b2227604c004c'
GO_EXPECTED_SHASUM_WINDOWS = 'ab8b7f7a2a4f7b58720fb2128b32c7471092961ff46a01d9384fb489d8212a0b'
GO_VERSION = '1.13.5'
GO_EXPECTED_SHASUM_LINUX = '512103d7ad296467814a6e3f635631bd35574cab3369a97a323c9a585ccaa569'
GO_EXPECTED_SHASUM_WINDOWS = '027275e04d795fbadc898ba7a50ed0ab2161ff4c5e613c94dbb066b2ca24ec11'

NDK_VERSION = 'r20b'
NDK_EXPECTED_SHASUM_LINUX = 'd903fdf077039ad9331fb6c3bee78aa46d45527b'
Expand Down

0 comments on commit b177190

Please sign in to comment.