Skip to content

Commit

Permalink
Update hashsums (#145)
Browse files Browse the repository at this point in the history
Co-authored-by: Skycoder42 <9221346+Skycoder42@users.noreply.github.com>
  • Loading branch information
Skycoder42 and Skycoder42 authored Jan 21, 2025
1 parent d711fd0 commit 0406412
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 15 deletions.
5 changes: 5 additions & 0 deletions packages/sodium_libs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.4.3+1] - 2025-01-21
### Changed
- Updated embedded libsodium binaries

## [3.4.3] - 2025-01-08
### Fixed
- Explicitly request dart.bat on windows hosts (#140)
Expand Down Expand Up @@ -379,6 +383,7 @@ the page
### Added
- Initial stable release

[3.4.3+1]: https://github.com/Skycoder42/libsodium_dart_bindings/compare/sodium_libs-v3.4.3...sodium_libs-v3.4.3+1
[3.4.3]: https://github.com/Skycoder42/libsodium_dart_bindings/compare/sodium_libs-v3.4.2...sodium_libs-v3.4.3
[3.4.2]: https://github.com/Skycoder42/libsodium_dart_bindings/compare/sodium_libs-v3.4.1+2...sodium_libs-v3.4.2
[3.4.1+2]: https://github.com/Skycoder42/libsodium_dart_bindings/compare/sodium_libs-v3.4.1+1...sodium_libs-v3.4.1+2
Expand Down
2 changes: 1 addition & 1 deletion packages/sodium_libs/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = "de.skycoder42.sodium_libs"
version = "3.4.1+2"
version = "3.4.3+1"

buildscript {
ext.kotlin_version = "1.8.22"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
943aea0541285f54e20d1c949fcd1c0b677f1dbe7558f919d352b2a09f853195d2e318bc0ae210840530d4ffc845d5ce34fca0786dcee6e4159322c799c99bdb libsodium-1.0.20-android.zip
8aca447161f7bcefb54f7fa1ba3d08994caf0d03271d997408be286277359a55e9fa944256e1c5a280c97b04440e05fc14b996fc245541e2ccc2057b1e9b20c0 libsodium-1.0.20-android.zip
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/Skycoder42/libsodium_dart_bindings/releases/download/libsodium-binaries/v1.0.20%2B12580569327/libsodium-1.0.20-android.zip
https://github.com/Skycoder42/libsodium_dart_bindings/releases/download/libsodium-binaries/v1.0.20%2B12879260574/libsodium-1.0.20-android.zip
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bc37f897eba1976e0793efc7c80ca52437cd45f7effa3457a25a718adbcdea229afa4b58cd26162b160cd80f050bc61cdf2e03245b8089a7ac9bb96f5f0a2173 libsodium-1.0.20-darwin.zip
9886effccf572d43a73109950d312d5e1499340a13e6b0c1cfcdff6c4c4087387afde8b74b4d01a89ae7e7edd8e887ada5b06288b391579cd1b65706ac54eb9d libsodium-1.0.20-darwin.zip
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/Skycoder42/libsodium_dart_bindings/releases/download/libsodium-binaries/v1.0.20%2B12580569327/libsodium-1.0.20-darwin.zip
https://github.com/Skycoder42/libsodium_dart_bindings/releases/download/libsodium-binaries/v1.0.20%2B12879260574/libsodium-1.0.20-darwin.zip
2 changes: 1 addition & 1 deletion packages/sodium_libs/darwin/sodium_libs.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'sodium_libs'
s.version = '3.4.1+2'
s.version = '3.4.3+1'
s.summary = 'Flutter companion package to sodium that provides the low-level libsodium binaries for easy use.'
s.description = <<-DESC
Flutter companion package to sodium that provides the low-level libsodium binaries for easy use.
Expand Down
4 changes: 2 additions & 2 deletions packages/sodium_libs/darwin/sodium_libs/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ let package = Package(
),
.binaryTarget(
name: "libsodium",
url: "https://github.com/Skycoder42/libsodium_dart_bindings/releases/download/libsodium-binaries/v1.0.20%2B12580569327/libsodium-1.0.20-darwin.zip",
checksum: "d9ca0fdd0a15b2425f951b220b6c88a13bf48865bd7f4fa995a8b83955be043d"
url: "https://github.com/Skycoder42/libsodium_dart_bindings/releases/download/libsodium-binaries/v1.0.20%2B12879260574/libsodium-1.0.20-darwin.zip",
checksum: "930bd879c116eabf9be27a86940b210312d0dd7c4d6c12517ce8bd56ea1a4004"
),
]
)
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4d54efb6a161523295d4758a40c3707a39b2f8e184a9610e8d9c13314df1de70db8af936812eaa0c1310bf7b6f35344d20d90e6aeb6fde4895e05afd72a3e8af libsodium-1.0.20-linux.tar.xz
67b1458427a14ad68f14122eaa087c44931b0238b719bc6aedc7ccf730299c71094a5f6c52ee1ceea55c376aa5610b49c0524d5ccc2fb18854f97b88a12f4b4d libsodium-1.0.20-linux.tar.xz
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/Skycoder42/libsodium_dart_bindings/releases/download/libsodium-binaries/v1.0.20%2B12580569327/libsodium-1.0.20-linux.tar.xz
https://github.com/Skycoder42/libsodium_dart_bindings/releases/download/libsodium-binaries/v1.0.20%2B12879260574/libsodium-1.0.20-linux.tar.xz
2 changes: 1 addition & 1 deletion packages/sodium_libs/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sodium_libs
version: 3.4.3
version: 3.4.3+1
description: Flutter companion package to sodium that provides the low-level libsodium binaries for easy use.
homepage: https://github.com/Skycoder42/libsodium_dart_bindings

Expand Down
4 changes: 2 additions & 2 deletions packages/sodium_libs/tool/libsodium/.last-modified.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
https://download.libsodium.org/libsodium/releases/libsodium-1.0.20-stable-msvc.zip - Wed, 01 Jan 2025 20:15:28 GMT
https://download.libsodium.org/libsodium/releases/libsodium-1.0.20-stable.tar.gz - Wed, 01 Jan 2025 20:03:16 GMT
https://download.libsodium.org/libsodium/releases/libsodium-1.0.20-stable-msvc.zip - Thu, 16 Jan 2025 13:57:27 GMT
https://download.libsodium.org/libsodium/releases/libsodium-1.0.20-stable.tar.gz - Thu, 16 Jan 2025 13:42:24 GMT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aa3df6b4589c28604dc70f93440f5af824d7997f1af1831e0f22b28757a904564ed3a43f27621aab5341b54e6ba364a5f6bca3ea2b17871a9c4659a16fb5bc70 libsodium-1.0.20-windows.zip
2fe08755f5ff90b7122e125bc0441397dcf8aa37163cb4f66296e72bf5abfb4c32b6bed562512890b5df7473eba3207210ca2c0f2fc06a35da03c9423f5a8198 libsodium-1.0.20-windows.zip
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/Skycoder42/libsodium_dart_bindings/releases/download/libsodium-binaries/v1.0.20%2B12580569327/libsodium-1.0.20-windows.zip
https://github.com/Skycoder42/libsodium_dart_bindings/releases/download/libsodium-binaries/v1.0.20%2B12879260574/libsodium-1.0.20-windows.zip

0 comments on commit 0406412

Please sign in to comment.