chore(pp): update the mkcert version
This commit is contained in:
parent
077bd8ef3e
commit
841e8f99bb
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
class core::mkcert {
|
class core::mkcert {
|
||||||
archive { "${user_home}/.local/bin/mkcert":
|
archive { "${user_home}/.local/bin/mkcert":
|
||||||
ensure => present,
|
ensure => present,
|
||||||
source => 'https://github.com/FiloSottile/mkcert/releases/download/v1.4.2/mkcert-v1.4.2-linux-amd64',
|
source => 'https://github.com/FiloSottile/mkcert/releases/download/v1.4.4/mkcert-v1.4.4-linux-amd64',
|
||||||
checksum => 'e116543bfabb4d88010dda8a551a5d01abbdf9b4f2c949c044b862365038f632',
|
checksum => '6d31c65b03972c6dc4a14ab429f2928300518b26503f58723e532d1b0a3bbb52',
|
||||||
checksum_type => 'sha256',
|
checksum_type => 'sha256',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue