upg libmicrohttpd

This commit is contained in:
joborun linux 2023-02-28 23:19:40 +02:00
parent 749e1e63d3
commit be9b4adc84
5 changed files with 23 additions and 11 deletions

View file

@ -1,14 +1,14 @@
#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
# Maintainer : Joe Bo Run <joborun@disroot.org>
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=libmicrohttpd
pkgver=0.9.75
pkgver=0.9.76
pkgrel=01
pkgdesc="a small C library that is supposed to make it easy to run an HTTP server as part of another application."
arch=('x86_64')
url="https://www.gnu.org/software/libmicrohttpd/"
depends=('gnutls')
checkdepends=('curl')
@ -39,12 +39,18 @@ package() {
make DESTDIR="$pkgdir" install
}
#---- license gpg-key sha256sums ----
#---- arch license gpg-key and sha256sums ----
arch=(x86_64)
license=('LGPL')
validpgpkeys=('EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE' # Evgeny Grin (Karlson2k) <k2k@yandex.ru>
'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff <christian.grothoff@bfh.ch>
sha256sums=(9278907a6f571b391aab9644fd646a5108ed97311ec66f6359cebbedb0a4e3bb # libmicrohttpd-0.9.75.tar.gz
f7ac2182dc585d932defca4b6fb78143222c6f0e0135c75f3f1300f43f079ac6) # libmicrohttpd-0.9.75.tar.gz.sig
sha256sums=(f0b1547b5a42a6c0f724e8e1c1cb5ce9c4c35fb495e7d780b9930d35011ceb4c # libmicrohttpd-0.9.76.tar.gz
0b2b316f5f9a0191206f6b8b12a8cca5997237ce6d7a1c6dc487538e7f7cd9f6) # libmicrohttpd-0.9.76.tar.gz.sig
## e24d98e663d4197f30bb453e687153b820d9127344b80fa071c63fe51832c6ec libmicrohttpd-0.9.76-01-x86_64.pkg.tar.lz

View file

@ -5,7 +5,7 @@
# Contributor: Mathias Rohnstock <linksoft@gmx.de>
pkgname=libmicrohttpd
pkgver=0.9.75
pkgver=0.9.76
pkgrel=1
pkgdesc='a small C library that is supposed to make it easy to run an HTTP server as part of another application.'
arch=('x86_64')
@ -17,7 +17,7 @@ provides=('libmicrohttpd.so')
validpgpkeys=('EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE' # Evgeny Grin (Karlson2k) <k2k@yandex.ru>
'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff <christian.grothoff@bfh.ch>
source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
sha256sums=('9278907a6f571b391aab9644fd646a5108ed97311ec66f6359cebbedb0a4e3bb'
sha256sums=('f0b1547b5a42a6c0f724e8e1c1cb5ce9c4c35fb495e7d780b9930d35011ceb4c'
'SKIP')
build() {

View file

@ -0,0 +1,2 @@

View file

@ -1 +1,2 @@
gpg -v --recv-key 939E6BE1E29FC3CC
gpg -v --recv-key 460A317C3326D2AE

View file

@ -1,3 +1,6 @@
real 0m57.346s
user 1m10.692s
sys 0m9.276s
real 1m52.488s
user 0m49.981s
sys 0m7.630s