Received: from out.migadu.com (out.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 48B2F78193F for ; Fri, 7 Feb 2020 22:15:52 +0000 (UTC) Received: (Migadu outbound); Fri, 07 Feb 2020 22:15:51 +0000 Authentication-Results: out.migadu.com; auth=pass (plain) Received: from loki.galenabell.com (24-181-218-135.dhcp.hckr.nc.charter.com [24.181.218.135]) by out.migadu.com (Haraka/2.8.16) with ESMTPSA id 8BC3B9B3-FEC0-43BD-9975-276363E842E4.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 verify=FAIL); Fri, 07 Feb 2020 22:15:50 +0000 From: Galen Abell To: alpine-aports@lists.alpinelinux.org Cc: Galen Abell Subject: [PATCH] testing/profanity: upgrade to 0.8.1 Date: Fri, 7 Feb 2020 17:15:47 -0500 Message-Id: <20200207221547.31733-1-galen@galenabell.com> X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit DKIM-Signature: v=1;a=rsa-sha256;bh=rIqMpvioAaayJd34cY7Jmb1MUorzFTc0PK5PgjsNhCo=;c=relaxed/simple;d=galenabell.com;h=from:subject:date:to;s=default;b=xU91ewuoESs/EqbPJ+pUDqMjJIjUHG9WVzLt/Nf489mu7ASDpdV3p2Kg2H5TlBFxhsBSN6CaD4YF7rU2AsAJxWfZ0nRVrBXoT3o52ufEkIuNDFu840A91YQYlJ7S5p+bXFtTAu4CrdEoKEA9ba3NCkRzuu+MO5bY+IpyOlTwCL4= --- testing/profanity/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/profanity/APKBUILD b/testing/profanity/APKBUILD index 9b722a020e..fe4453e957 100644 --- a/testing/profanity/APKBUILD +++ b/testing/profanity/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Galen Abell # Maintainer: Galen Abell pkgname="profanity" -pkgver="0.8.0" +pkgver="0.8.1" pkgrel=0 pkgdesc="Ncurses based XMPP client" url="https://github.com/profanity-im/profanity" @@ -55,4 +55,4 @@ package() { make DESTDIR="$pkgdir" install libtool --finish /usr/lib } -sha512sums="b3ae22e4a0f6ac26f36bc6d354c4aaed7491b05ff8cf6421fa6746aa633a3fddee3e066affec35d15c07a05121ae8faafae2bf3ce65f3bd8b59118a9fa21be15 profanity-0.8.0.tar.gz" +sha512sums="2062d7400056c44327470d11ec55cdb73948bdfea90fcbd33866e0a6d77b387f0eac56f4dfd158a8cff90f29893bd087b0ab954d2ef47da9f575c176bcdeb9ee profanity-0.8.1.tar.gz" -- 2.25.0