mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
archivers/py-cramjam: Update to 2.8.2
Changes: https://github.com/milesgranger/cramjam/releases
This commit is contained in:
parent
4dc6b40c80
commit
dc17463a3f
3 changed files with 79 additions and 74 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= cramjam
|
||||
PORTVERSION= 2.8.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.8.2
|
||||
CATEGORIES= archivers python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -10,7 +10,7 @@ CARGO_CRATES= adler-1.0.2 \
|
|||
bzip2-0.4.4 \
|
||||
bzip2-sys-0.1.11+1.0.8 \
|
||||
cbindgen-0.24.5 \
|
||||
cc-1.0.83 \
|
||||
cc-1.0.90 \
|
||||
cfg-if-1.0.0 \
|
||||
clap-3.2.25 \
|
||||
clap_lex-0.2.4 \
|
||||
|
@ -26,11 +26,12 @@ CARGO_CRATES= adler-1.0.2 \
|
|||
itoa-1.0.10 \
|
||||
jobserver-0.1.28 \
|
||||
libc-0.2.153 \
|
||||
libdeflate-sys-1.19.0 \
|
||||
libdeflater-1.19.0 \
|
||||
libcramjam-0.2.0 \
|
||||
libdeflate-sys-1.19.3 \
|
||||
libdeflater-1.19.3 \
|
||||
linux-raw-sys-0.4.13 \
|
||||
lock_api-0.4.11 \
|
||||
log-0.4.20 \
|
||||
log-0.4.21 \
|
||||
lz4-1.24.0 \
|
||||
lz4-sys-1.9.4 \
|
||||
lzma-sys-0.1.20 \
|
||||
|
@ -41,27 +42,28 @@ CARGO_CRATES= adler-1.0.2 \
|
|||
parking_lot-0.12.1 \
|
||||
parking_lot_core-0.9.9 \
|
||||
pkg-config-0.3.30 \
|
||||
portable-atomic-1.6.0 \
|
||||
proc-macro2-1.0.78 \
|
||||
pyo3-0.20.2 \
|
||||
pyo3-build-config-0.20.2 \
|
||||
pyo3-ffi-0.20.2 \
|
||||
pyo3-macros-0.20.2 \
|
||||
pyo3-macros-backend-0.20.2 \
|
||||
pyo3-0.20.3 \
|
||||
pyo3-build-config-0.20.3 \
|
||||
pyo3-ffi-0.20.3 \
|
||||
pyo3-macros-0.20.3 \
|
||||
pyo3-macros-backend-0.20.3 \
|
||||
quote-1.0.35 \
|
||||
redox_syscall-0.4.1 \
|
||||
rustix-0.38.31 \
|
||||
ryu-1.0.17 \
|
||||
scopeguard-1.2.0 \
|
||||
serde-1.0.196 \
|
||||
serde_derive-1.0.196 \
|
||||
serde_json-1.0.113 \
|
||||
serde-1.0.197 \
|
||||
serde_derive-1.0.197 \
|
||||
serde_json-1.0.114 \
|
||||
smallvec-1.13.1 \
|
||||
snap-1.1.1 \
|
||||
strsim-0.10.0 \
|
||||
syn-1.0.109 \
|
||||
syn-2.0.49 \
|
||||
target-lexicon-0.12.13 \
|
||||
tempfile-3.10.0 \
|
||||
syn-2.0.52 \
|
||||
target-lexicon-0.12.14 \
|
||||
tempfile-3.10.1 \
|
||||
termcolor-1.4.1 \
|
||||
textwrap-0.16.1 \
|
||||
toml-0.5.11 \
|
||||
|
@ -73,21 +75,21 @@ CARGO_CRATES= adler-1.0.2 \
|
|||
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
||||
windows-sys-0.52.0 \
|
||||
windows-targets-0.48.5 \
|
||||
windows-targets-0.52.0 \
|
||||
windows-targets-0.52.4 \
|
||||
windows_aarch64_gnullvm-0.48.5 \
|
||||
windows_aarch64_gnullvm-0.52.0 \
|
||||
windows_aarch64_gnullvm-0.52.4 \
|
||||
windows_aarch64_msvc-0.48.5 \
|
||||
windows_aarch64_msvc-0.52.0 \
|
||||
windows_aarch64_msvc-0.52.4 \
|
||||
windows_i686_gnu-0.48.5 \
|
||||
windows_i686_gnu-0.52.0 \
|
||||
windows_i686_gnu-0.52.4 \
|
||||
windows_i686_msvc-0.48.5 \
|
||||
windows_i686_msvc-0.52.0 \
|
||||
windows_i686_msvc-0.52.4 \
|
||||
windows_x86_64_gnu-0.48.5 \
|
||||
windows_x86_64_gnu-0.52.0 \
|
||||
windows_x86_64_gnu-0.52.4 \
|
||||
windows_x86_64_gnullvm-0.48.5 \
|
||||
windows_x86_64_gnullvm-0.52.0 \
|
||||
windows_x86_64_gnullvm-0.52.4 \
|
||||
windows_x86_64_msvc-0.48.5 \
|
||||
windows_x86_64_msvc-0.52.0 \
|
||||
windows_x86_64_msvc-0.52.4 \
|
||||
xz2-0.1.7 \
|
||||
zstd-0.13.0 \
|
||||
zstd-safe-7.0.0 \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1708449084
|
||||
SHA256 (cramjam-2.8.1.tar.gz) = f7e233791761b61e3d85598b25db75868d9f1cd35b2bd10eb34ec4755ff2add1
|
||||
SIZE (cramjam-2.8.1.tar.gz) = 1072808
|
||||
TIMESTAMP = 1710712390
|
||||
SHA256 (cramjam-2.8.2.tar.gz) = ec9c8997edef2d74d9190be8195eaf983c705066f4c6ea1d4a96a807b54b8a91
|
||||
SIZE (cramjam-2.8.2.tar.gz) = 1064765
|
||||
SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe
|
||||
SIZE (rust/crates/adler-1.0.2.crate) = 12778
|
||||
SHA256 (rust/crates/alloc-no-stdlib-2.0.4.crate) = cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3
|
||||
|
@ -25,8 +25,8 @@ SHA256 (rust/crates/bzip2-sys-0.1.11+1.0.8.crate) = 736a955f3fa7875102d57c82b8ca
|
|||
SIZE (rust/crates/bzip2-sys-0.1.11+1.0.8.crate) = 633444
|
||||
SHA256 (rust/crates/cbindgen-0.24.5.crate) = 4b922faaf31122819ec80c4047cc684c6979a087366c069611e33649bf98e18d
|
||||
SIZE (rust/crates/cbindgen-0.24.5.crate) = 196574
|
||||
SHA256 (rust/crates/cc-1.0.83.crate) = f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0
|
||||
SIZE (rust/crates/cc-1.0.83.crate) = 68343
|
||||
SHA256 (rust/crates/cc-1.0.90.crate) = 8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5
|
||||
SIZE (rust/crates/cc-1.0.90.crate) = 73954
|
||||
SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd
|
||||
SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934
|
||||
SHA256 (rust/crates/clap-3.2.25.crate) = 4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123
|
||||
|
@ -57,16 +57,18 @@ SHA256 (rust/crates/jobserver-0.1.28.crate) = ab46a6e9526ddef3ae7f787c06f0f26006
|
|||
SIZE (rust/crates/jobserver-0.1.28.crate) = 25543
|
||||
SHA256 (rust/crates/libc-0.2.153.crate) = 9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd
|
||||
SIZE (rust/crates/libc-0.2.153.crate) = 740614
|
||||
SHA256 (rust/crates/libdeflate-sys-1.19.0.crate) = 67921a7f85100c1559efc3d1c7c472091b7da05f304b4bbd5356f075e97f1cc2
|
||||
SIZE (rust/crates/libdeflate-sys-1.19.0.crate) = 192337
|
||||
SHA256 (rust/crates/libdeflater-1.19.0.crate) = 3a31b22f662350ec294b13859f935aea772ba7b2bc8776269f4a5627308eab7d
|
||||
SIZE (rust/crates/libdeflater-1.19.0.crate) = 24020
|
||||
SHA256 (rust/crates/libcramjam-0.2.0.crate) = 1122d475df7c0461d2ed3af60e609512e4ec0c1c98156be1f320513b84fd9510
|
||||
SIZE (rust/crates/libcramjam-0.2.0.crate) = 10406
|
||||
SHA256 (rust/crates/libdeflate-sys-1.19.3.crate) = cc9caa76c8cc6ee8c4efcf8f4514a812ebcad3aa7d3b548efe4d26da1203f177
|
||||
SIZE (rust/crates/libdeflate-sys-1.19.3.crate) = 192512
|
||||
SHA256 (rust/crates/libdeflater-1.19.3.crate) = 265a985bd31e5f22e2b2ac107cbed44c6ccf40ae236e46963cd00dd213e4bd03
|
||||
SIZE (rust/crates/libdeflater-1.19.3.crate) = 24046
|
||||
SHA256 (rust/crates/linux-raw-sys-0.4.13.crate) = 01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c
|
||||
SIZE (rust/crates/linux-raw-sys-0.4.13.crate) = 1493855
|
||||
SHA256 (rust/crates/lock_api-0.4.11.crate) = 3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45
|
||||
SIZE (rust/crates/lock_api-0.4.11.crate) = 27487
|
||||
SHA256 (rust/crates/log-0.4.20.crate) = b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f
|
||||
SIZE (rust/crates/log-0.4.20.crate) = 38307
|
||||
SHA256 (rust/crates/log-0.4.21.crate) = 90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c
|
||||
SIZE (rust/crates/log-0.4.21.crate) = 43442
|
||||
SHA256 (rust/crates/lz4-1.24.0.crate) = 7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1
|
||||
SIZE (rust/crates/lz4-1.24.0.crate) = 13361
|
||||
SHA256 (rust/crates/lz4-sys-1.9.4.crate) = 57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900
|
||||
|
@ -87,18 +89,20 @@ SHA256 (rust/crates/parking_lot_core-0.9.9.crate) = 4c42a9226546d68acdd9c0a280d1
|
|||
SIZE (rust/crates/parking_lot_core-0.9.9.crate) = 32445
|
||||
SHA256 (rust/crates/pkg-config-0.3.30.crate) = d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec
|
||||
SIZE (rust/crates/pkg-config-0.3.30.crate) = 20613
|
||||
SHA256 (rust/crates/portable-atomic-1.6.0.crate) = 7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0
|
||||
SIZE (rust/crates/portable-atomic-1.6.0.crate) = 140689
|
||||
SHA256 (rust/crates/proc-macro2-1.0.78.crate) = e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae
|
||||
SIZE (rust/crates/proc-macro2-1.0.78.crate) = 47158
|
||||
SHA256 (rust/crates/pyo3-0.20.2.crate) = 9a89dc7a5850d0e983be1ec2a463a171d20990487c3cfcd68b5363f1ee3d6fe0
|
||||
SIZE (rust/crates/pyo3-0.20.2.crate) = 434326
|
||||
SHA256 (rust/crates/pyo3-build-config-0.20.2.crate) = 07426f0d8fe5a601f26293f300afd1a7b1ed5e78b2a705870c5f30893c5163be
|
||||
SIZE (rust/crates/pyo3-build-config-0.20.2.crate) = 30029
|
||||
SHA256 (rust/crates/pyo3-ffi-0.20.2.crate) = dbb7dec17e17766b46bca4f1a4215a85006b4c2ecde122076c562dd058da6cf1
|
||||
SIZE (rust/crates/pyo3-ffi-0.20.2.crate) = 64601
|
||||
SHA256 (rust/crates/pyo3-macros-0.20.2.crate) = 05f738b4e40d50b5711957f142878cfa0f28e054aa0ebdfc3fd137a843f74ed3
|
||||
SIZE (rust/crates/pyo3-macros-0.20.2.crate) = 7925
|
||||
SHA256 (rust/crates/pyo3-macros-backend-0.20.2.crate) = 0fc910d4851847827daf9d6cdd4a823fbdaab5b8818325c5e97a86da79e8881f
|
||||
SIZE (rust/crates/pyo3-macros-backend-0.20.2.crate) = 49710
|
||||
SHA256 (rust/crates/pyo3-0.20.3.crate) = 53bdbb96d49157e65d45cc287af5f32ffadd5f4761438b527b055fb0d4bb8233
|
||||
SIZE (rust/crates/pyo3-0.20.3.crate) = 434673
|
||||
SHA256 (rust/crates/pyo3-build-config-0.20.3.crate) = deaa5745de3f5231ce10517a1f5dd97d53e5a2fd77aa6b5842292085831d48d7
|
||||
SIZE (rust/crates/pyo3-build-config-0.20.3.crate) = 30060
|
||||
SHA256 (rust/crates/pyo3-ffi-0.20.3.crate) = 62b42531d03e08d4ef1f6e85a2ed422eb678b8cd62b762e53891c05faf0d4afa
|
||||
SIZE (rust/crates/pyo3-ffi-0.20.3.crate) = 65024
|
||||
SHA256 (rust/crates/pyo3-macros-0.20.3.crate) = 7305c720fa01b8055ec95e484a6eca7a83c841267f0dd5280f0c8b8551d2c158
|
||||
SIZE (rust/crates/pyo3-macros-0.20.3.crate) = 7920
|
||||
SHA256 (rust/crates/pyo3-macros-backend-0.20.3.crate) = 7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185
|
||||
SIZE (rust/crates/pyo3-macros-backend-0.20.3.crate) = 49797
|
||||
SHA256 (rust/crates/quote-1.0.35.crate) = 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef
|
||||
SIZE (rust/crates/quote-1.0.35.crate) = 28136
|
||||
SHA256 (rust/crates/redox_syscall-0.4.1.crate) = 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa
|
||||
|
@ -109,12 +113,12 @@ SHA256 (rust/crates/ryu-1.0.17.crate) = e86697c916019a8588c99b5fac3cead74ec0b4b8
|
|||
SIZE (rust/crates/ryu-1.0.17.crate) = 47537
|
||||
SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49
|
||||
SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619
|
||||
SHA256 (rust/crates/serde-1.0.196.crate) = 870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32
|
||||
SIZE (rust/crates/serde-1.0.196.crate) = 77097
|
||||
SHA256 (rust/crates/serde_derive-1.0.196.crate) = 33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67
|
||||
SIZE (rust/crates/serde_derive-1.0.196.crate) = 55775
|
||||
SHA256 (rust/crates/serde_json-1.0.113.crate) = 69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79
|
||||
SIZE (rust/crates/serde_json-1.0.113.crate) = 146970
|
||||
SHA256 (rust/crates/serde-1.0.197.crate) = 3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2
|
||||
SIZE (rust/crates/serde-1.0.197.crate) = 77087
|
||||
SHA256 (rust/crates/serde_derive-1.0.197.crate) = 7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b
|
||||
SIZE (rust/crates/serde_derive-1.0.197.crate) = 55771
|
||||
SHA256 (rust/crates/serde_json-1.0.114.crate) = c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0
|
||||
SIZE (rust/crates/serde_json-1.0.114.crate) = 146986
|
||||
SHA256 (rust/crates/smallvec-1.13.1.crate) = e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7
|
||||
SIZE (rust/crates/smallvec-1.13.1.crate) = 34952
|
||||
SHA256 (rust/crates/snap-1.1.1.crate) = 1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b
|
||||
|
@ -123,12 +127,12 @@ SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f0
|
|||
SIZE (rust/crates/strsim-0.10.0.crate) = 11355
|
||||
SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237
|
||||
SIZE (rust/crates/syn-1.0.109.crate) = 237611
|
||||
SHA256 (rust/crates/syn-2.0.49.crate) = 915aea9e586f80826ee59f8453c1101f9d1c4b3964cd2460185ee8e299ada496
|
||||
SIZE (rust/crates/syn-2.0.49.crate) = 250652
|
||||
SHA256 (rust/crates/target-lexicon-0.12.13.crate) = 69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae
|
||||
SIZE (rust/crates/target-lexicon-0.12.13.crate) = 25424
|
||||
SHA256 (rust/crates/tempfile-3.10.0.crate) = a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67
|
||||
SIZE (rust/crates/tempfile-3.10.0.crate) = 33376
|
||||
SHA256 (rust/crates/syn-2.0.52.crate) = b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07
|
||||
SIZE (rust/crates/syn-2.0.52.crate) = 254728
|
||||
SHA256 (rust/crates/target-lexicon-0.12.14.crate) = e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f
|
||||
SIZE (rust/crates/target-lexicon-0.12.14.crate) = 25508
|
||||
SHA256 (rust/crates/tempfile-3.10.1.crate) = 85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1
|
||||
SIZE (rust/crates/tempfile-3.10.1.crate) = 33653
|
||||
SHA256 (rust/crates/termcolor-1.4.1.crate) = 06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755
|
||||
SIZE (rust/crates/termcolor-1.4.1.crate) = 18773
|
||||
SHA256 (rust/crates/textwrap-0.16.1.crate) = 23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9
|
||||
|
@ -151,36 +155,36 @@ SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9b
|
|||
SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877
|
||||
SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c
|
||||
SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904
|
||||
SHA256 (rust/crates/windows-targets-0.52.0.crate) = 8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd
|
||||
SIZE (rust/crates/windows-targets-0.52.0.crate) = 6229
|
||||
SHA256 (rust/crates/windows-targets-0.52.4.crate) = 7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b
|
||||
SIZE (rust/crates/windows-targets-0.52.4.crate) = 6310
|
||||
SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8
|
||||
SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492
|
||||
SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.0.crate) = cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea
|
||||
SIZE (rust/crates/windows_aarch64_gnullvm-0.52.0.crate) = 430182
|
||||
SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.4.crate) = bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9
|
||||
SIZE (rust/crates/windows_aarch64_gnullvm-0.52.4.crate) = 433373
|
||||
SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc
|
||||
SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483
|
||||
SHA256 (rust/crates/windows_aarch64_msvc-0.52.0.crate) = bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef
|
||||
SIZE (rust/crates/windows_aarch64_msvc-0.52.0.crate) = 821663
|
||||
SHA256 (rust/crates/windows_aarch64_msvc-0.52.4.crate) = da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675
|
||||
SIZE (rust/crates/windows_aarch64_msvc-0.52.4.crate) = 828055
|
||||
SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e
|
||||
SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891
|
||||
SHA256 (rust/crates/windows_i686_gnu-0.52.0.crate) = a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313
|
||||
SIZE (rust/crates/windows_i686_gnu-0.52.0.crate) = 870285
|
||||
SHA256 (rust/crates/windows_i686_gnu-0.52.4.crate) = b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3
|
||||
SIZE (rust/crates/windows_i686_gnu-0.52.4.crate) = 875736
|
||||
SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406
|
||||
SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300
|
||||
SHA256 (rust/crates/windows_i686_msvc-0.52.0.crate) = ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a
|
||||
SIZE (rust/crates/windows_i686_msvc-0.52.0.crate) = 888693
|
||||
SHA256 (rust/crates/windows_i686_msvc-0.52.4.crate) = 1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02
|
||||
SIZE (rust/crates/windows_i686_msvc-0.52.4.crate) = 895530
|
||||
SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e
|
||||
SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619
|
||||
SHA256 (rust/crates/windows_x86_64_gnu-0.52.0.crate) = 3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd
|
||||
SIZE (rust/crates/windows_x86_64_gnu-0.52.0.crate) = 826213
|
||||
SHA256 (rust/crates/windows_x86_64_gnu-0.52.4.crate) = 5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03
|
||||
SIZE (rust/crates/windows_x86_64_gnu-0.52.4.crate) = 831627
|
||||
SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc
|
||||
SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486
|
||||
SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.0.crate) = 1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e
|
||||
SIZE (rust/crates/windows_x86_64_gnullvm-0.52.0.crate) = 430165
|
||||
SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.4.crate) = 77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177
|
||||
SIZE (rust/crates/windows_x86_64_gnullvm-0.52.4.crate) = 433358
|
||||
SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538
|
||||
SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412
|
||||
SHA256 (rust/crates/windows_x86_64_msvc-0.52.0.crate) = dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04
|
||||
SIZE (rust/crates/windows_x86_64_msvc-0.52.0.crate) = 821600
|
||||
SHA256 (rust/crates/windows_x86_64_msvc-0.52.4.crate) = 32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8
|
||||
SIZE (rust/crates/windows_x86_64_msvc-0.52.4.crate) = 828019
|
||||
SHA256 (rust/crates/xz2-0.1.7.crate) = 388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2
|
||||
SIZE (rust/crates/xz2-0.1.7.crate) = 23892
|
||||
SHA256 (rust/crates/zstd-0.13.0.crate) = bffb3309596d527cfcba7dfc6ed6052f1d39dfbd7c867aa2e865e4a449c10110
|
||||
|
|
Loading…
Add table
Reference in a new issue