Received: from sebsite.pw (sebsite.pw [71.19.150.50]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 7DFDD780F0C for <~alpine/aports@lists.alpinelinux.org>; Sun, 15 May 2022 03:06:11 +0000 (UTC) Received: from localhost.localdomain (unknown [8.9.94.95]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by sebsite.pw (Postfix) with ESMTPSA id 06630381D61; Sun, 15 May 2022 02:59:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sebsite.pw; s=sebsite; t=1652583545; bh=Es6U0DQidET99/FzkN6u1hSCGiroi9k126aBU9H/nwc=; h=From:To:Cc:Subject:Date; b=2+06QGa3q9rX+m5Z7WVjk4BCsAI+GwpeCcXzycpf9XogG252aeqyjrgLGyUxIojmG bFGTEQ2C0xw95G7mR/K+b7YkTe8BOqZ/T24v8n1kNr2+7cjbhYJVZBl9BFn3RP+xbf PqdwyB1SEyQR345D7qyu24WXVvVaXaTDTBHINyoAmYTji/E7f9htn6dTmIPjNrtTH2 57c2oUAx8Gs6vDQOcDPrhM7XNQXecPiO+4LUvva6y3ZtcjY98yQ6kHFzU5B/a1fs2M 59eGfjhpKl/fHBOK8enV+h2onLO2e5b2ZaPMLdPrI3krAJBoG+ZiS/Yf9g6KwmrR72 CmfXFLiQMPs5A== From: Sebastian To: ~alpine/aports@lists.alpinelinux.org Cc: Sebastian Subject: [PATCH] testing/metalang99: upgrade to 1.13.2 Date: Sat, 14 May 2022 23:00:14 -0400 Message-Id: <20220515030014.5132-1-sebastian@sebsite.pw> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Signed-off-by: Sebastian --- testing/metalang99/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/metalang99/APKBUILD b/testing/metalang99/APKBUILD index 000c41540..cee797d72 100644 --- a/testing/metalang99/APKBUILD +++ b/testing/metalang99/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Sebastian Hudak # Maintainer: Sebastian Hudak pkgname=metalang99 -pkgver=1.13.1 +pkgver=1.13.2 pkgrel=0 pkgdesc="C meta-programming language built with pre-processor macros" url="https://github.com/Hirrolot/metalang99" @@ -19,4 +19,4 @@ package() { cp -r include "$pkgdir"/usr/include } -sha512sums="ef9daaf279ca1256dbc9011eecc07616e9162404bb720cdb24b4910eb7133997257809dfe6826db758fbe90def46efecfff3c281b8fd29ab34d6e5cb8f5c8feb metalang99-1.13.1.tar.gz" +sha512sums="e1077241aedd999b2b4ea46e39aa42fc3bf68a0637dcea7feb1487ab8c11f89a8b6e3c2b59d1fddb66db685a3b616e7321efde4dc83a23ac0d39cfe5441d83a1 metalang99-1.13.2.tar.gz" -- 2.35.1