summaryrefslogtreecommitdiff
path: root/nghttp2-libs
diff options
context:
space:
mode:
authorSteffen Nurpmeso <steffen@sdaoden.eu>2021-02-12 00:01:50 +0100
committerSteffen Nurpmeso <steffen@sdaoden.eu>2021-02-12 00:01:50 +0100
commit7cd219d2ad2af680498f9f5c2b95fd83438e6cc4 (patch)
treee90a3339281b1911118c33ec9a5a3e4c39776625 /nghttp2-libs
parentd9627fa5c77dc3d6e4d22846fb7a20969e3f4150 (diff)
downloadcontrib-7cd219d2ad2af680498f9f5c2b95fd83438e6cc4.tar.gz
contrib-7cd219d2ad2af680498f9f5c2b95fd83438e6cc4.tar.xz
nghttp2-libs: fix repology json report (thanks beerman)
Diffstat (limited to 'nghttp2-libs')
-rw-r--r--nghttp2-libs/.signature5
-rw-r--r--nghttp2-libs/Pkgfile7
2 files changed, 5 insertions, 7 deletions
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}

Generated by cgit