Received: from out.migadu.com (out.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 7B6BE781AC4 for ; Mon, 6 Jan 2020 20:45:41 +0000 (UTC) Received: (Migadu outbound); Mon, 06 Jan 2020 20:38:09 +0000 Authentication-Results: out.migadu.com; auth=pass (plain) Received: from loki.galenabell.com (24-181-218-135.dhcp.hckr.nc.charter.com [24.181.218.135]) by out.migadu.com (Haraka/2.8.16) with ESMTPSA id B67DE324-2E56-468D-BC8B-BB314BFE5A8E.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 verify=FAIL); Mon, 06 Jan 2020 20:38:08 +0000 From: Galen Abell To: alpine-aports@lists.alpinelinux.org Cc: Galen Abell Subject: [PATCH] testing/wob: upgrade to 0.6 Date: Mon, 6 Jan 2020 15:38:04 -0500 Message-Id: <20200106203804.23167-1-galen@galenabell.com> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit DKIM-Signature: v=1;a=rsa-sha256;bh=TOb9NkFTeRNCNZ22dLVbZFO9039RUuvH1rgPtZ7EtW0=;c=relaxed/simple;d=galenabell.com;h=from:subject:date:to;s=default;b=EM2zuIXisFgM9Kv4bRfVkALpC47AeYqrMrK7CKyjIIQgBqnyznH1LKYPUqw9QtRSpPFofHMQ9Z2CEPfQGCUHEh1H2cVsvKfVlWfgBIfGqtAQ4ez1oLkCUO0E5MkIfv7fs5biAwLj+qGHosv34IKPeVDtL+g+SPJHdJEDcQtYWTY= --- testing/wob/APKBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/testing/wob/APKBUILD b/testing/wob/APKBUILD index f7693561c4..293ec96596 100644 --- a/testing/wob/APKBUILD +++ b/testing/wob/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Galen Abell # Maintainer: Galen Abell pkgname=wob -pkgver=0.5 +pkgver=0.6 pkgrel=0 pkgdesc="A lightweight overlay volume/backlight/progress/anything bar for Wayland." url="https://github.com/francma/wob" @@ -9,8 +9,7 @@ arch="all" license="ISC" makedepends="meson git wayland-protocols wayland-dev scdoc" subpackages="$pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/francma/wob/archive/$pkgver.tar.gz - " +source="$pkgname-$pkgver.tar.gz::https://github.com/francma/wob/archive/$pkgver.tar.gz" build() { meson \ @@ -30,4 +29,4 @@ check() { package() { DESTDIR="$pkgdir" ninja -C build-release install } -sha512sums="9635af718e182ad62382e6560dbe037c2b991c6a817b579f6e73b874baa5b52932cc12c31df43fb042204c60e13e4c1b19ff1b1ffa9967947cee259ca6f3ceca wob-0.5.tar.gz" +sha512sums="3bcfb926a6785fabddb6b8bedfc508633039b95b8fe39e8664ef9be49e2189d495b0373c1ed364a418e29b982761ffd6f3f73c778003c7895318175bf9d5fcc3 wob-0.6.tar.gz" -- 2.24.1