X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-qk0-f170.google.com (mail-qk0-f170.google.com [209.85.220.170]) by lists.alpinelinux.org (Postfix) with ESMTP id A59995C4C96 for ; Sun, 20 Aug 2017 23:25:59 +0000 (GMT) Received: by mail-qk0-f170.google.com with SMTP id 130so40807972qkg.2 for ; Sun, 20 Aug 2017 16:25:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=q2GiZnmrnlIN0hIoivSgO8G/DgigdLJCkluymZCqyPE=; b=sz98A9jTyz1c46D2+UIwYh9VWnsWtK0VrqtAKdsiTdQFcoq06vAGNmG1dPPqxyFbTA 8CX26CquTK6D7/uFJ3rkpXtENM0QJI2hNi+fvqr+JLHQW7BvWQ1S7hvpyQOGwpBLcsSM WXP2jMEKojdAMsq/jgaQwBXheYgSFuTC6MsH1/OPU6pf3a5OmM0Vy6zMuH2S7LWLON5w JZXEbNYVxEHpvzSA2mgl+Ifll30KUQtSsKe9KSyYtYoCSJn+kVtErCR/ml9ADdshJanx BKkKZXIRfk7baX3DT4a6VJxb5Y9VUnIX6t/Q7oTJu6A29CErGxr6Jv2JCiaXqkZxqv28 1Cuw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=q2GiZnmrnlIN0hIoivSgO8G/DgigdLJCkluymZCqyPE=; b=rlJtf1IkgpcqJaymoG5+SIFweHn778/ROAcbLQUlaZvNV9R9sEiXImIFYaOaBRePpT KxNoIgS57DXwk741uXoXTssAJqcom+W3K9/0PfO5UicCGrF17g5+zDNiQzPvTYBaQAzA r1GXSvwl26xChDtiiWsSBAZI4CqGzNmDm+X/EPaxqTNtz8fWI04qe9u7Q/siobDeqjDZ stO2XtXvlzrxcKxw5q555rS6uv/ZBXQL9MGH8jBgUDdNaQET7If+jNd7lU6B5vraBiZH qsKMNHpUu/+AWtXm3oKJSplEHU9fIkv/ctXJESEhp4tYMCgsZzX5kLQKwNLPLhy6qZOW OtaA== X-Gm-Message-State: AHYfb5h1qoAEnRO0+x03YBsGe0Ku5uXbkMIOqjsjQ3SqxYTL6ZFXE3Ov f6n1J3Oh1CtY9NL8LU4= X-Received: by 10.55.33.28 with SMTP id h28mr19989341qkh.281.1503271558667; Sun, 20 Aug 2017 16:25:58 -0700 (PDT) Received: from gmail.com ([67.205.145.156]) by smtp.gmail.com with ESMTPSA id j185sm7051777qkf.62.2017.08.20.16.25.56 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 20 Aug 2017 16:25:57 -0700 (PDT) Date: Sun, 20 Aug 2017 23:25:54 +0000 From: Paul Morgan To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] community/duo_unix: upgrade to 1.10.1 Message-ID: <20170820232552.GA23286@gmail.com> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: VIM - Vi IMproved 8.0 X-Mailer: Mutt 1.8.3 X-do-not-ask: 0xf59e77c2 X-PGP-Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xF59E77C2 User-Agent: Mutt/1.8.3 (2017-05-23) --- community/duo_unix/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/duo_unix/APKBUILD b/community/duo_unix/APKBUILD index 4dcc1e246f..a0cd551a51 100644 --- a/community/duo_unix/APKBUILD +++ b/community/duo_unix/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda # Maintainer: Paul Morgan pkgname=duo_unix -pkgver=1.10.0 +pkgver=1.10.1 pkgrel=0 pkgdesc="duosecurity.com two-factor authentication" url="https://duo.com/support/documentation/duounix" @@ -32,4 +32,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="d73bcc645084e98fda755476b8e7e4dd086741b48a62efd3905757e759259a06d725471fb258e34d37d0c3d799a1c0c73eb5f651270f2e211b32273a058f9ba3 duo_unix-1.10.0.tar.gz" +sha512sums="45e246e7665e8d9c70ce43eed632371b079e9aec20f6c5d771a7d1de80a0f75d987fb88002de719358511d92d05b27824e539af53836af75a0939e59aae37359 duo_unix-1.10.1.tar.gz" -- 2.13.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---