Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 5DEA478100C for <~alpine/aports@lists.alpinelinux.org>; Thu, 13 Jan 2022 23:35:32 +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=1642116930; 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=0sgmwdOln+GPcFqVj3jf1HZIIIB53Nl+stbki+Wwxig=; b=FkkqC1lq05Nf0GuAsVlw+sx8lq0WYLif6Ca9qvcHD/9yc+Oa8/EHT1DxfQh2O7mG1b5bE+ +/g0kRa1IBlVnFcxB5DH+4TmgqPNkiFp8uJG7wtKb5d9BftyGhbKxSECRJYxqGRIKMxPCd efHTDAfkr4yu+OZerxuqkL7BkWK3KFDgLzx97V4KvSrxPY5Z2U+8QIEG5lyTpRp45FaCbt 0jaQFzXrXRZuOiQwF7LJlXexSg91pEp4akNDWVQvD1smj0tPTSjg8NQ/GK6IVJ6oyySErP wWdLR0U7nky88VohL2qZsl4EKAvBfak1LT4K9gIKjl5DQmR+bdoB6H2M7kZ7VA== From: =?UTF-8?q?Krystian=20Chachu=C5=82a?= <krystian@krystianch.com> To: ~alpine/aports@lists.alpinelinux.org Cc: =?UTF-8?q?Krystian=20Chachu=C5=82a?= <krystian@krystianch.com> Subject: [PATCH] testing/plantuml: upgrade to 1.2022.0 Date: Fri, 14 Jan 2022 00:34:55 +0100 Message-Id: <20220113233455.6818-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 5c80f81663..4ae0191a36 100644 --- a/testing/plantuml/APKBUILD +++ b/testing/plantuml/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Krystian ChachuĊa <krystian@krystianch.com> pkgname=plantuml -pkgver=1.2021.16 +pkgver=1.2022.0 pkgrel=0 pkgdesc="Draw UML diagrams, using a simple and human readable text description" url="https://plantuml.com/" @@ -26,6 +26,6 @@ package() { } sha512sums=" -70a0bd0453ed2457fc16a7544a82b53d45e42d3d3fe3d647e1f1509a25135b9adf3fbee70a8e64394829fc941cd5beb66494d8281431fdfe0595cdf2450cc1ec plantuml-1.2021.16.tar.gz +8fdead5696e6ddceb947a2d67aad4dce5d82511b795c5f5a5196fe8d7abc7c7de72f56d2982c82a3b784139dccaec53de7510f757eda758ab5f300b440a278b1 plantuml-1.2022.0.tar.gz cab64f1676cbd495752eda31f2ee4ab7d976253fe523a6db5b55fd9a165f1530da0d34196494ce38b0aaad6525f4f1e1e7fe60307ad220146b5a654d96c9d060 plantuml.run " -- 2.34.1