Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 2990978078B for <~alpine/aports@lists.alpinelinux.org>; Fri, 8 Oct 2021 14:57:31 +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=amk.ie; s=key1; t=1633704492; 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=6SQ1pmldNgB3S+YoY2G1mETQ9y4g5+jduUpcd1NCfUA=; b=MVfioR6b0q4lZfNZFV87WZdzRRs7Hb+AHlynldd/T51uFNGIKDmbeFHGQu7iygaxrS+VYo lNzq8rbUmC9BUsrqOae8zd0odiAQwWWf+YJG/A7AlP3UQetXebesWXg7TEZXTTCni8+q2M UlLc5Vc6vdCIAhb1ysiiYB0hW6EeoiMqCEnG/9nqBfhnHLx2YKHEDzvpvo+xFcCRlSH+Ro O6dDIwmQX5se76WGA+PSbWvy4sNJ7FLvh7+gpmKFf7fSD0vkCsQuTAaSmJACTZDudqn2vl HQ5OI5yBZTbDIIBz0JGGkNsj98nEtw+RRyGRvg1rm0wGDkqDZ5NuPo1dfpxEaA== From: Alex McGrath To: ~alpine/aports@lists.alpinelinux.org Cc: Alex McGrath Subject: [PATCH] community/gonic: upgrade to 0.14.0 Date: Fri, 8 Oct 2021 15:47:56 +0100 Message-Id: <20211008144756.23826-1-amk@amk.ie> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: amk@amk.ie --- community/gonic/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/gonic/APKBUILD b/community/gonic/APKBUILD index e669e63d88..01a47661a4 100644 --- a/community/gonic/APKBUILD +++ b/community/gonic/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alex McGrath # Maintainer: Alex McGrath pkgname=gonic -pkgver=0.13.1 +pkgver=0.14.0 pkgrel=0 pkgdesc="Subsonic compatible music streaming server" url="https://github.com/sentriz/gonic" @@ -43,7 +43,7 @@ cleanup_srcdir() { sha512sums=" -e280142498ec0c636e0a8c0373877b7aaec6fe43d882f16bbad8bf98b1a34f6c6e06a51aa06a507bb1a353d117e40decd241ec1d2c4cfc40d0b8905d352ed388 gonic-0.13.1.tar.gz +b518b42e102d834ba04d82f5e4a64f38cb6a1d6b34a025f3f76c4a571ff377c1566c6126c8de9e69440c5420a2091070713f9a6e5b4ad5ae51bb8170cacd2ba9 gonic-0.14.0.tar.gz e8a65612bffd1b62175968cc34a227393364ea6fedd661854bf515cc7306e9266d823544989b671f99beb72b6caf83728fa7c7fd9eedbc85a3e34ea84c1ce269 gonic.initd bce2f839f98e2b66010f14e52265a061644867109e43062672bdf3850de51ab8d7b61ea38d7f223de25cf91105ef441b0c1969afc812763702397ed60c0fba4f gonic.confd " -- 2.33.0