From d63bab9822dbe727243cda07e96c438b667472c3 Mon Sep 17 00:00:00 2001 From: Justin Berthault <justin.berthault@zaclys.net> Date: Thu, 4 Jun 2020 19:25:58 +0200 Subject: [PATCH] community/libnumbertext: upgrade to 1.0.6 --- community/libnumbertext/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/libnumbertext/APKBUILD b/community/libnumbertext/APKBUILD index cdc447fb4089..ca6925cf4ba5 100644 --- a/community/libnumbertext/APKBUILD +++ b/community/libnumbertext/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libnumbertext -pkgver=1.0.5 +pkgver=1.0.6 pkgrel=0 pkgdesc="Number to number name and money text conversion library" url="https://github.com/Numbertext/libnumbertext" @@ -31,4 +31,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="4d61464f26f631d272ef7285fbb931d3931b08240b58166b7e9a28c95ff5a537ca04af4c9673541b73997339d66061858c9cd18873b4c16f9ad2ccd1b68e81a3 libnumbertext-1.0.5.tar.xz" +sha512sums="0b2a5226f363af9a6df90f788f6cdc5fe95ddb524d96ad2db1caf2e7f414649ce2975eae3c9e5fceecbf825a90c736a0717b02ec9671e980ab9cfb3e2df73b8d libnumbertext-1.0.6.tar.xz" -- GitLab