Signed-off-by: Philipp Zabel <[email protected]> --- rules/aml.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/aml.make b/rules/aml.make index 2d00329771c2..2335365872ff 100644 --- a/rules/aml.make +++ b/rules/aml.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_AML) += aml # # Paths and names # -AML_VERSION := 0.2.2 -AML_MD5 := 042bbc97040ad7d122af65c11fd5ef29 +AML_VERSION := 0.3.0 +AML_MD5 := 72fad42e1b5efc3055055df6a7b5f1d8 AML := aml-$(AML_VERSION) AML_SUFFIX := tar.gz AML_URL := https://github.com/any1/aml/archive/refs/tags/v$(AML_VERSION).$(AML_SUFFIX) -- 2.30.2
