X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) by lists.alpinelinux.org (Postfix) with ESMTP id EE35BF84F20 for ; Thu, 14 Mar 2019 15:37:32 +0000 (UTC) Received: from bell.riseup.net (bell-pn.riseup.net [10.0.1.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 871A31A028C for ; Thu, 14 Mar 2019 08:37:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1552577852; bh=MNoA4CEZdFWLIZ9v04/+MB1am+jN5BY5LdjtQ/F8Xpc=; h=From:To:Subject:Date:From; b=q9P3bIxXP/fPyrc7008YylHah/ByCAL3IIyq+w9/s8F5/+mm6jAqJaza3JHB3Td6v WGEdO1kBWOlo9ar/3Kkv85oTEd3jlQlaePGWgRysAlzhmCFtJYurKiUtV4LiBfOkeG pDBgsnK7IxmUVeuCi812bxktAeWrBjiG2tS+gX8I= X-Riseup-User-ID: AD79998B9BFCE7CC74FD1C2E94722683252EA3E7A34356CBD063B61E12720477 Received: from [127.0.0.1] (localhost [127.0.0.1]) by bell.riseup.net (Postfix) with ESMTPSA id 974C6221FC4 for ; Thu, 14 Mar 2019 08:37:31 -0700 (PDT) From: Ivan Tham To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] community/tlp: upgrade to 1.2 Date: Thu, 14 Mar 2019 23:37:21 +0800 Message-Id: <20190314153721.30755-1-pickfire@riseup.net> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- community/tlp/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/community/tlp/APKBUILD b/community/tlp/APKBUILD index 46a2e6e98d..ed4c3fc3a3 100644 --- a/community/tlp/APKBUILD +++ b/community/tlp/APKBUILD @@ -2,12 +2,13 @@ # Maintainer: Ivan Tham pkgname=tlp _pkgname=TLP -pkgver=1.1 +pkgver=1.2 pkgrel=0 pkgdesc="Linux Advanced Power Management" url="http://linrunner.de/en/tlp/tlp.html" arch="noarch" license="GPL-2.0+" +makedepends="coreutils" options="!check" # no test suite subpackages="$pkgname-doc $pkgname-rdw:rdw $pkgname-bash-completion:bashcomp" source="$pkgname-$pkgver.tar.gz::https://github.com/linrunner/$_pkgname/archive/$pkgver.tar.gz @@ -48,5 +49,5 @@ bashcomp() { mv "$pkgdir"/usr/share/bash-completion "$subpkgdir"/usr/share } -sha512sums="3400f2b6c249fd2e1bbbc61f23e3450ff90fabb8dd74f2903ce1f0d07e7ce3d1e61b07295736138d4697235dbee9157d3f32a8d296a649c93f73e03e3555af1e tlp-1.1.tar.gz +sha512sums="ac56fcf09a39b4d6e94cb94aa9a2f0cebfb7c1c9c3ccfec1029a0e9ee61d5195ae170c26e4389c938bb5eb7fb6e193375e6e7a96b981a95a3f2d580562b473d9 tlp-1.2.tar.gz e6de216b2540413812711b3304cdc29c8729d527080cfd747ba382db50166dd21c6c27ff467f9f2a967e92007c7a311b00e88262952c34a22f417578c66cf4e7 tlp.initd" -- 2.20.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---