Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id D24C2780DD6 for <~alpine/aports@lists.alpinelinux.org>; Thu, 12 May 2022 19:38:13 +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=1652384292; 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=OSd05+dKpzA1DVdtW5VWHy//AmALPyOPjOy+qpzo1Xc=; b=yymPpbTi91Qr0Y5Y27huUArlQmWUbhRpMjp/BPwlXRZnd1znFhak/ml7GTe2Xz+QEdM7TU 0tXgcKgQ1Yo2/JmkYev18rmOGUPLCAQ7NSWRyoLx+UWY4rmwgXJG6n8n5410sZqKOVNXTM S5pTe8/8wnKQ9sOFb1l7xgcOlGpE8M/XAUBtt57/Gq836eLIg5RbyYSeXV2jangnZjrOuR SwSOPRpt6G0rQCjDZt6Y0Eq4gSUoWYZL55nrDBzKrDPuAACnC8pYLCTfIOs8lOsbWriXxB hZTKMmJor1DwJdofoFyo0kdXACGV7K1ErykB/9rzRki6oyPhz9A/e0z2xZ0x/g== 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.5 Date: Thu, 12 May 2022 21:38:04 +0200 Message-Id: <20220512193804.19040-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 ff005ee975..5a9b6b39fd 100644 --- a/community/plantuml/APKBUILD +++ b/community/plantuml/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Krystian ChachuĊ‚a pkgname=plantuml -pkgver=1.2022.3 +pkgver=1.2022.5 pkgrel=0 pkgdesc="Draw UML diagrams, using a simple and human readable text description" url="https://plantuml.com/" @@ -26,6 +26,6 @@ package() { } sha512sums=" -c90cc11686bff42f56ed35de90eb29a5bcb662c4d0003132b64f9913dff3caa52aed39ca269e2f42b45945a9cbe4713f8717c89af6a6ccd163fcbdf887e275fa plantuml-1.2022.3.tar.gz +9e69cc4bf5bcc993ee93569ee9149c564592090890e6f9e88a5ca600b46cc55118ec58bc771f51db76e2a7301fda9f32b57e28056a949c5f9ad886b94460d970 plantuml-1.2022.5.tar.gz cab64f1676cbd495752eda31f2ee4ab7d976253fe523a6db5b55fd9a165f1530da0d34196494ce38b0aaad6525f4f1e1e7fe60307ad220146b5a654d96c9d060 plantuml.run " -- 2.34.2