Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id C2F2078107B for <~alpine/aports@lists.alpinelinux.org>; Thu, 16 Jun 2022 17:22:41 +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=cmpwn.com; s=key1; t=1655400160; 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=kDt++1xP2b+KE7MBrbIlQrbyYBhdYPC9xdngz8P8VbQ=; b=A0VvPpaVENezoUHiODZiI/4jfFKrNPYn/+C6tA5UGamR/0rmA4gFpGHohzDBPIA9+UnzL6 mu6PIfSWb5E5eRZnxPo0KBE0oyTeky8TD10JEQz+SBRTnTrJEcoJSCbMP2C55oTZFx+WU+ h5CYtzfMmccoue54Is3/ppdQod1geBJs/7dRIcxVgLxDbxQpYE1fs5Dp25TjjZYfmlJFJo 93gJhiHdC9HgOuJ6FmFmAvklM3PdPFJtjvB288o1h7c8mSubzWqGPwPrpt5UPq0MkZFdQ7 fQ+nZeMH+cIj1Y5lcyeGnfnh/BusRwA9UHeCRbc8zInLLqSylZeh25Pf0rHkcw== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] testing/himitsu: update to 003c14747fcddceb5359c9503f20c44b15fea5fa Date: Thu, 16 Jun 2022 19:22:39 +0200 Message-Id: <20220616172239.8905-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: cmpwn.com This addresses an issue integrating with the hiprompt-gtk-py package. --- testing/himitsu/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/himitsu/APKBUILD b/testing/himitsu/APKBUILD index 8cb8c19c09..4fad913bb8 100644 --- a/testing/himitsu/APKBUILD +++ b/testing/himitsu/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Drew DeVault pkgname=himitsu pkgver="0_git20220616" -_commit=58972fea6dadf87521f0030a296025693059fe07 -pkgrel=0 +_commit=003c14747fcddceb5359c9503f20c44b15fea5fa +pkgrel=1 pkgdesc="A secret storage manager" url="https://himitsustore.org" arch="x86_64 aarch64" # Hare @@ -33,5 +33,5 @@ dev() { } sha512sums=" -344970a12b906f6825029fe43f818a859db7030c1e3f1ccbb1b0f4b2a84833485007f613131a75152b97e16e16c4178dfbc38513b9afa5fed57b3fa71f895cab himitsu-58972fea6dadf87521f0030a296025693059fe07.tar.gz +46f862bafe4d2b9ea0ada8699ece4bac3b15f8186452039ae49d859b353704676c28669c0ec413ab9744a44b2bc6567e961afa319e5177674aecdf8d727eaaed himitsu-003c14747fcddceb5359c9503f20c44b15fea5fa.tar.gz " -- 2.36.1