From 7cd219d2ad2af680498f9f5c2b95fd83438e6cc4 Mon Sep 17 00:00:00 2001 From: Steffen Nurpmeso Date: Fri, 12 Feb 2021 00:01:50 +0100 Subject: [PATCH] nghttp2-libs: fix repology json report (thanks beerman) --- nghttp2-libs/.signature | 5 ----- nghttp2-libs/Pkgfile | 7 +++++-- 2 files changed, 5 insertions(+), 7 deletions(-) delete mode 100644 nghttp2-libs/.signature diff --git a/nghttp2-libs/.signature b/nghttp2-libs/.signature deleted file mode 100644 index 09037af76..000000000 --- a/nghttp2-libs/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF38qGKs3yQy4rW1LX/r24741OS6vcq8K+oEhohvdzOUixjLshajijuelAONsGWcvZ+n2fI2TO1LlElfU63KWtegw= -SHA256 (Pkgfile) = 71ef72e08030eddccaa9d0e3055b3a2501934bb2c5dd06150ae0ce345e9274b9 -SHA256 (.footprint) = f3e07181c1980fb44875cc740e9a845161696505ca1fea636b80f3d62fe12f70 -SHA256 (nghttp2-1.43.0.tar.xz) = f7d54fa6f8aed29f695ca44612136fa2359013547394d5dffeffca9e01a26b0f diff --git a/nghttp2-libs/Pkgfile b/nghttp2-libs/Pkgfile index 0ed74bf3c..bf857bb5c 100644 --- a/nghttp2-libs/Pkgfile +++ b/nghttp2-libs/Pkgfile @@ -3,10 +3,13 @@ # Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu rname=nghttp2 -name=${rname}-libs +name=nghttp2-libs version=1.43.0 release=1 -source=(https://github.com/${rname}/${rname}/releases/download/v${version}/${rname}-${version}.tar.xz) +source=( + https://github.com/${rname}/${rname}/releases/download/\ +v${version}/${rname}-${version}.tar.xz +) build() { cd ${rname}-${version}