Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 1FAC978015A for <~alpine/aports@lists.alpinelinux.org>; Tue, 15 Mar 2022 13:26:14 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=krystianch.com; s=key1; t=1647350773; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=L8yTtpIrOImpua5USfv7jh78KlQ0ZfLzxkw2MZqiIHw=; b=C6dc5Z22i8xa+3FJwVLq2emfHp0awruBRkfbVLehNuYy00C/VrISx5sJe7YQaUBHozOVYr S2zZM1g/GB1GdZksHAR4Ap9Q9csmqQgwyahmIPs45XGuZIDOSct4CnsLNGm1ue9uLgiuKI A2XkQcePQc7M0ODI/XLx+KyTBmjFZ42TKBWATaaCxSX3OoOE8OfpfuzYLICKIgO15hf6ei qcNTtHC7bmCpU20glyzUXU4Zjbp4fBY3enXkxr460zyj53aXOQR9fG9NsqhuFpAAbxBfJN g9R6XLUz5zcDd3YBgCvkoBSLLbpqLIZg0bCkarRxyVPj6iRmFNciBzS55Zmgcw== From: =?UTF-8?q?Krystian=20Chachu=C5=82a?= To: ~alpine/aports@lists.alpinelinux.org Cc: =?UTF-8?q?Krystian=20Chachu=C5=82a?= Subject: [PATCH] testing/plantuml: upgrade to 1.2022.2 Date: Tue, 15 Mar 2022 14:25:46 +0100 Message-Id: <20220315132546.5155-1-krystian@krystianch.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: krystianch.com --- testing/plantuml/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/plantuml/APKBUILD b/testing/plantuml/APKBUILD index c63f600d5a..eda8859e0a 100644 --- a/testing/plantuml/APKBUILD +++ b/testing/plantuml/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Krystian ChachuĊ‚a pkgname=plantuml -pkgver=1.2022.1 +pkgver=1.2022.2 pkgrel=0 pkgdesc="Draw UML diagrams, using a simple and human readable text description" url="https://plantuml.com/" @@ -26,6 +26,6 @@ package() { } sha512sums=" -c510c1291dca58ef81626d3b416db5aeb5060958698cf37a6552a6eea820ce332d00f2b21cd382dadd18035b5f83a305973cfbe1137b09313ec63babeaad5660 plantuml-1.2022.1.tar.gz +f61d7dbed7d7b6771d172ae8fb2a7af0c111a986330fddf5b8fbb36e7ebed8f598ff748d6f35b1c1ffa289b24fb699c572172316001bc571628ceeb8d0595d70 plantuml-1.2022.2.tar.gz cab64f1676cbd495752eda31f2ee4ab7d976253fe523a6db5b55fd9a165f1530da0d34196494ce38b0aaad6525f4f1e1e7fe60307ad220146b5a654d96c9d060 plantuml.run " -- 2.34.1