Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/libmicrohttpd/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'libmicrohttpd'
pkgname=libmicrohttpd
version=1.0.2
version=1.0.3
revision=1
build_style=gnu-configure
configure_args="
Expand All @@ -14,7 +14,7 @@ license="LGPL-2.1-or-later"
homepage="https://www.gnu.org/software/libmicrohttpd/"
changelog="https://git.gnunet.org/libmicrohttpd.git/plain/ChangeLog?h=v${version}"
distfiles="${GNU_SITE}/libmicrohttpd/libmicrohttpd-${version}.tar.gz"
checksum=df324fcd0834175dab07483133902d9774a605bfa298025f69883288fd20a8c7
checksum=7816b57aae199cf5c3645e8770e1be5f0a4dfafbcb24b3772173dc4ee634126a

libmicrohttpd-devel_package() {
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/nss/template
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _nsprver=4.38.2

pkgname=nss
version=3.121
revision=1
revision=2
_v="${version//\./_}"
hostmakedepends="perl"
makedepends="nspr-devel sqlite-devel zlib-devel"
Expand Down
Loading