dev-erlang/cowlib: bump to 2.11.0

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Matthew <dev@mtbk.me>
This commit is contained in:
Matthew Bakhtiari
2021-06-29 23:29:00 +02:00
parent 584cba4958
commit ddf9a07ad4
2 changed files with 3 additions and 2 deletions

View File

@@ -1 +1 @@
DIST cowlib-2.10.1.tar.gz 206810 BLAKE2B fc8d6358af806453a417dcbe2f00025c2302b0fcb57e70752aff70defc9d5ca37d5ab675335c58bb7b7dea11ba0beb1a90df23d541707503e795038bd3784dfe SHA512 631b6bc467219da91bbfd7c8c4c935127615f784126d67a168a9e7b43c5ae4943ae432c8f101abae1928577b4273a2b4cd3181338cbf7a588d91aff4c70df323
DIST cowlib-2.11.0.tar.gz 207188 BLAKE2B 17d5497c45e0dbb400c8dc9b556bce5655dd832c1c18d29ee8119bf819e5845fda1ef03161bc9a30d9cf048d62a3e28104ab6641e36494167f589171a6bc7310 SHA512 200d841f8b05078718197b9eb702f2dee25904f21317377145ce0c835bd7ab7db25ad8d02ee464a3ae701acb16fbe8d907fa338e547a035dd1f1e67afcb4d299

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
inherit rebar
@@ -13,6 +13,7 @@ SRC_URI="https://github.com/ninenines/${PN}/archive/${PV}.tar.gz
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror"
DOCS=( README.asciidoc )