Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 4302D783128 for <~alpine/aports@lists.alpinelinux.org>; Sun, 10 Apr 2022 13:27:53 +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=1649597272; 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=PpqiP+cw/1YLsJo+AfvGFCmKE4f0S0LiK9hBqCK8/yQ=; b=aR4f1OI+V7lK6rj2++dn1sinFuTBbaI2vylWFLXGiIna5fBoW/BUqCvkajrY5Ik9eCpK3P FnMXJOSDXyjh+HxCUw0vTjl4THKfvGwJQN3SAqmjjjsV8KNCpw9u5Zv2IS9rW+9ttfPbnO fPbt8Ua/BxF3cK3NE/XbEmkWEDLZpCrfpjbulcP44AiXu5hNd63uZBpF5+rkZzphK+yEj8 qbQqvj0cKbr4MaWfLdTJ/f1Lx9T5nkXkQjrpxqv/fgDMOxaUVty4lS5yeEqMx+wNjTJjOs Dnd+AesXBYbeIQCUIXCWtBYWckc6GCtjT3Ug8RUX4bSGIieceN6mP1Iv9WLMUw== From: =?UTF-8?q?Krystian=20Chachu=C5=82a?= To: ~alpine/aports@lists.alpinelinux.org Cc: =?UTF-8?q?Krystian=20Chachu=C5=82a?= Subject: [PATCH] community/plantuml: upgrade to 1.2022.3 Date: Sun, 10 Apr 2022 15:27:39 +0200 Message-Id: <20220410132739.14372-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 --- community/plantuml/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/plantuml/APKBUILD b/community/plantuml/APKBUILD index eda8859e0a..ff005ee975 100644 --- a/community/plantuml/APKBUILD +++ b/community/plantuml/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Krystian ChachuĊ‚a pkgname=plantuml -pkgver=1.2022.2 +pkgver=1.2022.3 pkgrel=0 pkgdesc="Draw UML diagrams, using a simple and human readable text description" url="https://plantuml.com/" @@ -26,6 +26,6 @@ package() { } sha512sums=" -f61d7dbed7d7b6771d172ae8fb2a7af0c111a986330fddf5b8fbb36e7ebed8f598ff748d6f35b1c1ffa289b24fb699c572172316001bc571628ceeb8d0595d70 plantuml-1.2022.2.tar.gz +c90cc11686bff42f56ed35de90eb29a5bcb662c4d0003132b64f9913dff3caa52aed39ca269e2f42b45945a9cbe4713f8717c89af6a6ccd163fcbdf887e275fa plantuml-1.2022.3.tar.gz cab64f1676cbd495752eda31f2ee4ab7d976253fe523a6db5b55fd9a165f1530da0d34196494ce38b0aaad6525f4f1e1e7fe60307ad220146b5a654d96c9d060 plantuml.run " -- 2.34.1