X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-ot0-f170.google.com (mail-ot0-f170.google.com [74.125.82.170]) by lists.alpinelinux.org (Postfix) with ESMTP id 863845C515C for ; Fri, 29 Jun 2018 15:47:24 +0000 (GMT) Received: by mail-ot0-f170.google.com with SMTP id l15-v6so10403507oth.6 for ; Fri, 29 Jun 2018 08:47:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=lTuvMz/YRi1oYsqfmhxFe+6uXrRpGUF7Cc1uQ3W1L54=; b=TwFy0hgca5S+aImyfVkZRH6qvfJZ0eWn+57qZP1lFmTRfXwU1w9FJ3s98zLKUwJ+N4 S0/b/Dtixa8yZHgU8hbC3sZ76zx8wpKPB/uyC8CFxx2aWj3a0t8yOdiTJlWMhxYWJWH3 QRi282BTMcG50HpLdFB74gQE0x+9ordD+P7ymyULWLp/Ii1mzdCsYTMqAcs29cdt3pnM fJ9kwOCcjxXXJmKagKPbIdJfiK7qUAMjwvRH9n9Nc8lsRRr1tx0hwiLS3C2QNSiblA8A m5jkDLmO9kxhpAkc6ciI2Ve31KoYo8wSlj2Y5P4g0LVDmP8tbeuGrP2g+SJMYn9KvEp9 04Lg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=lTuvMz/YRi1oYsqfmhxFe+6uXrRpGUF7Cc1uQ3W1L54=; b=aHsTu/U5uD1kOSxG3vNiAu5Inpcyg9RheE7EAgDeMkl4i5o+uRmC8Oz2sNEIDFLJHW PCJIqEDJRR19DbJ00JkiS5Q8EDmqn9c9WZYzwERz1hOATyO7Gtp2H51OhSG80DhIfvB/ oJVnaxdQrdnt77IkV9/EAQ93Gfym15vZgeMfe7UQfCc6aWZK2K1P44MHTaxjZ56gaZ58 kb7/RGY6flp8U0Ipdh3TLxHukVYvWDhjVS/33liphemvI8zsBLt8HY1umCMTXyAq0u2K 98g+bb01eTSF7DlYN4UK1x9/Ep0N8Vvn8ijnHiVZ1kN1CGABBm/iaK5EBWassaegLtzx /VUw== X-Gm-Message-State: APt69E0GD1fVTDd9NIPYcaNT4yozjpGwFqEmzapemhdNzww0/hAx3d1I 2sYyiZyaKlcUaP0aRdX4R2buBw== X-Google-Smtp-Source: AAOMgpf58mbp/ssCV2RKcApoYgx7cjzpTccc3g2Ip6wDtqwKt07VO8LhLYYCkKeHmXx3pRjSAraLmw== X-Received: by 2002:a9d:7492:: with SMTP id t18-v6mr9581836otk.132.1530287243856; Fri, 29 Jun 2018 08:47:23 -0700 (PDT) Received: from localhost.localdomain ([2603:3027:a05::88a6]) by smtp.gmail.com with ESMTPSA id v36-v6sm5339026otv.14.2018.06.29.08.47.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 29 Jun 2018 08:47:22 -0700 (PDT) From: lramage94 X-Google-Original-From: lramage94 To: alpine-aports@lists.alpinelinux.org Cc: Lucas Ramage Subject: [alpine-aports] [PATCH] testing/phoronix-test-suite: upgrade to 8.0.1 Date: Fri, 29 Jun 2018 11:47:39 -0400 Message-Id: <20180629154739.6098-1-ramage.lucas@openmailbox.org> X-Mailer: git-send-email 2.16.4 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: From: Lucas Ramage --- testing/phoronix-test-suite/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/phoronix-test-suite/APKBUILD b/testing/phoronix-test-suite/APKBUILD index c8bc88fdf1..41e29e35ac 100644 --- a/testing/phoronix-test-suite/APKBUILD +++ b/testing/phoronix-test-suite/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Lucas Ramage # Maintainer: Lucas Ramage pkgname=phoronix-test-suite -pkgver=8.0.0 +pkgver=8.0.1 pkgrel=0 pkgdesc="The most comprehensive testing and benchmarking platform available for Linux" url="https://www.phoronix-test-suite.com" @@ -17,4 +17,4 @@ package() { cd $builddir DESTDIR="${pkgdir}" ./install-sh } -sha512sums="f97219360cf456cdd73c1c41bcf09ecce3a1d1385778b861226a4980d5599a6845e27c1f06d2164654d038bab02599a4e526b12fff9fe3a2b7f89dcfeb4c914f phoronix-test-suite-8.0.0.tar.gz" +sha512sums="86382de74c36e5638bff7f7649a2c387c90434aa57a88d52afb533f28f452b793764923cf851017175c9cc6ba30afd67e77d4ede8dd496a9e826bcd4d3307456 phoronix-test-suite-8.0.1.tar.gz" -- 2.16.4 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---