Skip to content

Commit

Permalink
math/qcalc: update to 0.5.0
Browse files Browse the repository at this point in the history
What's Changed
 - Add Hexadecimal and Binary input support by @OchirErkhembayar in #6
  • Loading branch information
0323pin committed Feb 1, 2024
1 parent 27a002d commit 3256667
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions math/qcalc/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2024/01/22 07:25:44 pin Exp $
# $NetBSD: Makefile,v 1.4 2024/02/01 11:20:48 pin Exp $

DISTNAME= qcalc-0.4.1
DISTNAME= qcalc-0.5.0
CATEGORIES= math
MASTER_SITES= https://static.crates.io/crates/qcalc/
EXTRACT_SUFX= .crate
Expand Down
2 changes: 1 addition & 1 deletion math/qcalc/cargo-depends.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: cargo-depends.mk,v 1.3 2024/01/22 07:25:44 pin Exp $
# $NetBSD: cargo-depends.mk,v 1.4 2024/02/01 11:20:48 pin Exp $

CARGO_CRATE_DEPENDS+= ahash-0.8.6
CARGO_CRATE_DEPENDS+= allocator-api2-0.2.16
Expand Down
8 changes: 4 additions & 4 deletions math/qcalc/distinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.3 2024/01/22 07:25:44 pin Exp $
$NetBSD: distinfo,v 1.4 2024/02/01 11:20:48 pin Exp $

BLAKE2s (ahash-0.8.6.crate) = c7ecdf122e7a34429eb48e7855ae47923b0f263167ab871b542c96fa43097698
SHA512 (ahash-0.8.6.crate) = 46428b27e96be1f30058b9383a94988beeb5064dfb4df04d6959b451d0c77ef69fc51f07fdf9511ab9728295eb6beee7783c31a2297f9e473fc537883e722b73
Expand Down Expand Up @@ -84,9 +84,9 @@ Size (paste-1.0.14.crate) = 18157 bytes
BLAKE2s (proc-macro2-1.0.71.crate) = a3831cc22c7017c9e79f6d50c4128cd83a39dcd8082f1b358b33bb6ceabaa268
SHA512 (proc-macro2-1.0.71.crate) = d8f970a55446ddb85ca875a867bc17ca790711ccd222de1d273e5370a37b0fd9b62c76d1d0c514ea3a620ddfa7a719e4aae483fc59f9c21dfc45e5e1fd4ec459
Size (proc-macro2-1.0.71.crate) = 44407 bytes
BLAKE2s (qcalc-0.4.1.crate) = 936caa723ef72673cc6462fcfd71442547324eb0a95222e4f3db4fb0eb4a1cd3
SHA512 (qcalc-0.4.1.crate) = 953f90e09b724b19c2e6e3937f3364265f32565194589ca79ea8482b98fee870b360482c8edec415c9a7bb48e07df9595ed1677180856be434d20daf91df7f77
Size (qcalc-0.4.1.crate) = 19200 bytes
BLAKE2s (qcalc-0.5.0.crate) = 2dde48ba46614ef298c6c1079b844fc97c01b37a3b0b4413ccecb115a1d5f689
SHA512 (qcalc-0.5.0.crate) = 81c21a98a33912af26e3b2037c433792adb225642b14a5be24e6544bbfc033517c79d637e14325387e26f01220b69cec4f0c31922be7790dbb9990251782ef5d
Size (qcalc-0.5.0.crate) = 19553 bytes
BLAKE2s (quote-1.0.33.crate) = ef2fafb12d5a6d83190b418b603c391017c0480b072b8f4eefe8cb0d767b395c
SHA512 (quote-1.0.33.crate) = c1e76c3c017e8554eebe309f8167fd56fce931981c06798aa85a0cc6d64a9cba6ab103f5a1324e69c6f9ca5dc47a8e31ff2e847850542748697afcd265b5939c
Size (quote-1.0.33.crate) = 28090 bytes
Expand Down

0 comments on commit 3256667

Please sign in to comment.