Skip to content

Commit

Permalink
graphics/matugen: update to 0.11.0
Browse files Browse the repository at this point in the history
 - Added colors
 - The chroma for the neutral palette has been increased from 4 to 6
 - Deprecated
     - background
     - on_background
     - surface_variant
 - Added
     - (COLORS_ANDROID) add source_color
     - (template) add hsl and hsla formats
     - (template) add dark, amoled and light schemes to every template
 - Fixed
     - (android_scheme) fix light and pure_dark colors
 - Other
     - remove build warnings (closes #17)
     - add --json docs
     - format with cargofmt
     - add --json flag
     - run formatter
     - update note markdown
     - (nixos) add specific version for flake
     - move some stuff into their own functions
  • Loading branch information
0323pin committed Nov 14, 2023
1 parent f0043ae commit 786ebb7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions graphics/matugen/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.5 2023/09/18 12:39:16 pin Exp $
# $NetBSD: Makefile,v 1.6 2023/11/14 21:06:42 pin Exp $

DISTNAME= matugen-0.10.1
DISTNAME= matugen-0.11.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=InioX/}
GITHUB_TAG= matugen-v${PKGVERSION_NOREV}

MAINTAINER= pin@NetBSD.org
HOMEPAGE= https://github.com/InioX/Matugen/
HOMEPAGE= https://github.com/InioX/matugen/
COMMENT= Material you color generation tool
LICENSE= gnu-gpl-v2

Expand Down
8 changes: 4 additions & 4 deletions graphics/matugen/distinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.5 2023/09/18 12:39:16 pin Exp $
$NetBSD: distinfo,v 1.6 2023/11/14 21:06:42 pin Exp $

BLAKE2s (addr2line-0.19.0.crate) = c0485ba9fdf036b53d78b606222e7ce9d647d27f582d7df92948b8dbd686a8bb
SHA512 (addr2line-0.19.0.crate) = 18da72e412bb89028e2ccb838192330535e45300f6fd8edc7d1d64397792a3db12418aa24a3312730c5414e2a1b1d65e6b9d5691ba234c9142b5d885523a5e94
Expand Down Expand Up @@ -234,9 +234,9 @@ Size (lock_api-0.4.9.crate) = 25685 bytes
BLAKE2s (log-0.4.17.crate) = 6994234f481cfe97b62255329a6c6f4a07dcdb193cc54d2c7ddda0519b41d214
SHA512 (log-0.4.17.crate) = 2477d88db42b1d92c30708d88823212e236f613b3465e85eb425f83f8d16fadfaf0352f06c2999a1852102edd2f6ffb10ecb539d8a3b6c48f552a25622ccffa2
Size (log-0.4.17.crate) = 38028 bytes
BLAKE2s (matugen-0.10.1.tar.gz) = 3c0e8aa712f826ae2954c1f65f3238c4d1dc2f4525045be4cd542838f4565afe
SHA512 (matugen-0.10.1.tar.gz) = 6436b0a57a41dce2afc6d8c44d4fafd3204c6ca6cca56aa2e70815fbc1037c5632c9385a1eb99b0fe3bee5625494dd7524b2c182f376a10dbdae736981ee03a3
Size (matugen-0.10.1.tar.gz) = 1176309 bytes
BLAKE2s (matugen-0.11.0.tar.gz) = 73bbe7439f2db0b9841ea52c21fa6cf01904f7ce4717d54afa2b1798b352f2b9
SHA512 (matugen-0.11.0.tar.gz) = 5085336336400c64ce30aac5554d246042b4a351f6cb9990a8a2e9923ad246d8d8316642a9adfead0951a058edbfd75db3e77f0f8cc7c7c3eb803715c4a7eccd
Size (matugen-0.11.0.tar.gz) = 1177244 bytes
BLAKE2s (memchr-2.5.0.crate) = afa77d7fdf25c72d251cda6b41f3fe065a748b101e3716aa65f0d6144f74da38
SHA512 (memchr-2.5.0.crate) = 444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa
Size (memchr-2.5.0.crate) = 65812 bytes
Expand Down

0 comments on commit 786ebb7

Please sign in to comment.