diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-28 16:37:47 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-28 16:37:47 +0900 |
| commit | 1a2b979addec1019f91b503b38d7f6f47e7307df (patch) | |
| tree | d1766a8fef82596c51db3e75ee23ca716c9b7e35 | |
| parent | b1c90cc3809f5b92859e620a4488937ae74e1ce9 (diff) | |
internal/rosa/rsync: 3.4.1 to 3.4.2
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/rsync.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/rsync.go b/internal/rosa/rsync.go index fa9cb889..e20261e0 100644 --- a/internal/rosa/rsync.go +++ b/internal/rosa/rsync.go @@ -4,8 +4,8 @@ import "hakurei.app/internal/pkg" func (t Toolchain) newRsync() (pkg.Artifact, string) { const ( - version = "3.4.1" - checksum = "VBlTsBWd9z3r2-ex7GkWeWxkUc5OrlgDzikAC0pK7ufTjAJ0MbmC_N04oSVTGPiv" + version = "3.4.2" + checksum = "t7PxS4WHXzefLMKKc_3hJgxUmlGG6KgHMZ8i4DZvCQAUAizxbclNKwfLyOHyq5BX" ) return t.NewPackage("rsync", version, newTar( "https://download.samba.org/pub/rsync/src/"+ |
