Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 9DE1D7819A7 for <~alpine/aports@lists.alpinelinux.org>; Sun, 1 Sep 2019 01:38:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1567301918; bh=aBNcjz2VGOxULPk34TwW/8jboCnEepwBovhyFIR08BE=; h=From:To:Cc:Subject:Date; b=QPyx7EG44y6CVyBBtIdD4SYInr5qAordOL1udoFXkoLdxuFitO+wyDXhVgsQyFUWP iV60l1Ai9LI6mHgCEmU4CHkjxmm9JrkblkYEMDxbRghyuFkj5PvX28YuyvT8UfzKIs KLRPnTudBVqdPvKdBfbbxqYiWVkJzSwVZV1FCAZI= From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH 1/2] community/wlroots: upgrade to 0.7.0 Date: Sun, 1 Sep 2019 10:38:30 +0900 Message-Id: <20190901013831.31476-1-sir@cmpwn.com> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- community/wlroots/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/wlroots/APKBUILD b/community/wlroots/APKBUILD index 9b42958153..33ec6593cf 100644 --- a/community/wlroots/APKBUILD +++ b/community/wlroots/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Henrik Riomar # Maintainer: Drew DeVault pkgname=wlroots -pkgver=0.6.0 +pkgver=0.7.0 pkgrel=0 pkgdesc="A modular Wayland compositor library" url="https://github.com/swaywm/wlroots" @@ -41,4 +41,4 @@ package() { DESTDIR="$pkgdir" ninja -C build install } -sha512sums="c205d4303a381e11ef2f4db2faac1ddf9ad85c675824aae9cfe62d9f8bd313f1568d4810db1d006416783b50c8364198648a46d1ba453a0d8f659d6920618286 wlroots-0.6.0.tar.gz" +sha512sums="20e7e81bb945cc683c793f1258e83dbeea5e933faa066125f16a24aa7151000c620f9f47cad21540f8bea7d053d181cb89a2803c30fac1b1b9f3345065b9ba9c wlroots-0.7.0.tar.gz" -- 2.23.0