X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 26709DC05FE for ; Sun, 21 Jun 2015 21:01:12 +0000 (UTC) Received: from apollo.thewebhostserver.com (apollomail.thewebhostserver.com [46.23.65.248]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id D85C7DC00E3 for ; Sun, 21 Jun 2015 21:01:06 +0000 (UTC) Received: from [81.4.121.188] (port=55972 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.85) (envelope-from ) id 1Z6mMP-002tXu-Gr; Sun, 21 Jun 2015 22:01:01 +0100 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-aports] [PATCH] testing/asciinema: update to 1.1.1 Date: Sun, 21 Jun 2015 21:00:47 +0000 Message-Id: <1434920447-46462-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.4.4 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - apollo.thewebhostserver.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - it-offshore.co.uk X-Get-Message-Sender-Via: apollo.thewebhostserver.com: authenticated_id: developer@it-offshore.co.uk X-Source: X-Source-Args: X-Source-Dir: X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/asciinema/APKBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/testing/asciinema/APKBUILD b/testing/asciinema/APKBUILD index dd35c79..25fcc91 100644 --- a/testing/asciinema/APKBUILD +++ b/testing/asciinema/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Fabian Affolter # Maintainer: Fabian Affolter pkgname=asciinema -pkgver=1.0.0 +pkgver=1.1.1 pkgrel=0 pkgdesc="A Command line recorder for asciinema.org service" url="https://github.com/asciinema/asciinema/" @@ -12,7 +12,7 @@ depends_dev="" makedepends="go python" install="$pkgname.post-install" subpackages="$pkgname-doc" -source="https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver prepare() { @@ -29,7 +29,7 @@ build() { cd "$_builddir" export GOPATH="$_builddir" mkdir -p src/github.com/asciinema - ln -s "$_builddir" src/github.com/asciinema/asciinema + ln -s "$_builddir" src/github.com/asciinema/asciinema make build || return 1 } @@ -38,6 +38,6 @@ package() { PREFIX="$pkgdir"/usr make install || return 1 } -md5sums="82d08c97d8e15a9f7c9a114af8553356 v1.0.0.tar.gz" -sha256sums="5082606ba901e9912de91f94aabc968153fd0580209f295e00a852b8e6e456e8 v1.0.0.tar.gz" -sha512sums="83e46e90ff240a8a870f3854697b264e79c2079fae899790fa03724142680c27701abc4bfb7ec5c530776fa034846900c24d718100f1afba62cee6f334f1e479 v1.0.0.tar.gz" +md5sums="109a695b729f76334a16b20a3d01cfc1 asciinema-1.1.1.tar.gz" +sha256sums="841b3393a65a4f49a01354aed4e2da6c30822dc83bcd988ff100fabda7038055 asciinema-1.1.1.tar.gz" +sha512sums="b67e3dadb50023a2de08cf52de9e97ed9939b2db887b2fe8dcaae7a24c47059613e581476d6b96628c1612de052f42421c5c9fe2d0ef83ea512727c2056ae0d4 asciinema-1.1.1.tar.gz" -- 2.4.4 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---