Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 48A5A781B93 for <~alpine/aports@lists.alpinelinux.org>; Wed, 6 Oct 2021 09:07:31 +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=amk.ie; s=key1; t=1633446095; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=S+DZIvueuBHGvKSAsHj3n9xt9ELm3mDEiXQ3jDk0eZ8=; b=LzU+l9qNr7l36JOvcIQFOOnO/81rTEVG7Guwor1f0VAdEE2EQdOSJWnOhhAwKmMZKexKhC CPJ+4oFiK5MEseOvlz9EyaWuru99voUq/jPpofUWXY0afyxNKCJsrcZ88ZslI/i8cTXG4V vA6Pe8feXjUxjfys0EuRv97ZFxCfgvZi4X5SpSj9UvMfWoB2Opt70jlYjiFEWte7abdnG9 aRzKBpLBmfjRsW0BP1JTcGviV2upQ+bKKJYQVdvWowBDBHWMufloyE83NIfqvECrHXjA3w vmBGpEMqxI5CfmLyu8KyZPaK3tOtDkAPuiI9l2nQOx5w9pjKJ3woT23aPbrDwQ== From: Alex McGrath To: ~alpine/aports@lists.alpinelinux.org Cc: Alex McGrath Subject: [PATCH] community/pamixer: upgrade to 1.5 Date: Tue, 5 Oct 2021 16:01:22 +0100 Message-Id: <20211005150122.28012-1-amk@amk.ie> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: amk@amk.ie --- community/pamixer/APKBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/community/pamixer/APKBUILD b/community/pamixer/APKBUILD index f8c259536d..e722382ec2 100644 --- a/community/pamixer/APKBUILD +++ b/community/pamixer/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Alex McGrath # Maintainer: Alex McGrath pkgname=pamixer -pkgver=1.4 -pkgrel=3 +pkgver=1.5 +pkgrel=0 pkgdesc="pulseaudio command line mixer" url="https://github.com/cdemoulins/pamixer" arch="all" @@ -21,4 +21,6 @@ package() { "$pkgdir"/usr/bin/"$pkgname" } -sha512sums="e3916ed8dc020bb43e57994a9f35a506147a0fde42b88c30c661cbeffa40e0f74cae66cd015394e524684c32f9674de3e3763a1396a3e1b9aecbfdc3ed117fe4 pamixer-1.4.tar.gz" +sha512sums=" +f520e43efcf77332b26d444529d8e706256fda2a497d5c4f694c074abda118f70d82f7f87f9cd1f1f52e19f84d51484cb00ec58ece458106cef40edac8b39d3c pamixer-1.5.tar.gz +" -- 2.33.0