matomo-beta: 5.0.0-rc3 -> 5.0.0-rc9
https://matomo.org/changelog/matomo-5-0-0-rc/
This commit is contained in:
parent
01eba3bcba
commit
eccd30c5ee
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ let
|
|||
version = "5.0.0";
|
||||
# `beta` examples: "b1", "rc1", null
|
||||
# when updating: use null if stable version is >= latest beta or release candidate
|
||||
beta = "rc3";
|
||||
hash = "sha256-Q5GB4i0ew6+tr8Bsm9PYkzJ8U6DmVPwG2QCi8CTge5E=";
|
||||
beta = "rc9";
|
||||
hash = "sha256-OXxJCEXcrl6UXYh+jbNqLQGYphrSjxaOAZg3AZVPAqs=";
|
||||
};
|
||||
};
|
||||
common = pname: { version, hash, beta ? null }:
|
||||
|
|
Loading…
Reference in a new issue