Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 806D3782C55 for <~alpine/aports@lists.alpinelinux.org>; Thu, 19 Sep 2019 00:38:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 513E52888A for <~alpine/aports@lists.alpinelinux.org>; Thu, 19 Sep 2019 02:38:10 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7HoVG3Smay4k; Thu, 19 Sep 2019 02:38:08 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1568853486; bh=4HWhJWrpR/3cWWBsdAwZcq8/i9X3oEStQNsn+byLsRQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=GpPqmTikCZCTwGpXLXaKPVuSyUDX5ML+qGiOoRdl6V4DU2QQpkxvRuvfr4Z+al4su KRarKYisz5LX5z0fetJwR3Lm8BtykonbrI280MHmz3j5GCoEjsbmuXLOG/OMb+Vmp0 9ZN6eB2ZHwNdD/bYRdld7MTkKI5C/sTo4qyglSgjPszX+w3TnuI9dWMzRo+jJXUXho Z6VHFsTnFHnl4zKG97XpCc1E1cw8klgj91UKLHGeAKVKQU5rm+hgYVuDYMAkY1I2ZO Lea83xeppjwQwgrgq4mL5hnm6l92yaT7JlusU19n4YuF8p1fXyYn0tKdxO0HLo7/Al rB7yHesMIGjZg== To: ~alpine/aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH 3/3] testing/vulkan-tools: upgrade to 1.1.123 Date: Thu, 19 Sep 2019 02:38:01 +0200 Message-Id: <20190919003801.5808-3-bribbers@disroot.org> In-Reply-To: <20190919003801.5808-1-bribbers@disroot.org> References: <20190919003801.5808-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/vulkan-tools/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/vulkan-tools/APKBUILD b/testing/vulkan-tools/APKBUILD index 06e77bcec5..760e35a2bb 100644 --- a/testing/vulkan-tools/APKBUILD +++ b/testing/vulkan-tools/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers pkgname=vulkan-tools _pkgname=Vulkan-Tools -pkgver=1.1.121 +pkgver=1.1.123 pkgrel=0 arch="all" url="https://www.khronos.org/vulkan" @@ -32,4 +32,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="9bd0fa6fa1ef04e2b760a9019c30f8236a47f7d7ee275df613777ee2405e782212b65ed25600f8ebf56ffa822ce056c899db00334ae7c33e845bf957165e5012 vulkan-tools-1.1.121.tar.gz" +sha512sums="078b190d151b0a40472d0c8507502cf5002e80c369731ffe0fd34faba505a681cac225f71c2c3eb4281d9d98e80084d07ca8d0070b7de62d7c2507798b6954a3 vulkan-tools-1.1.123.tar.gz" -- 2.21.0