Skip to content

Commit

Permalink
(www/R-httpuv) Updated 1.6.3 to 1.6.5
Browse files Browse the repository at this point in the history
httpuv 1.6.5
============

* Added support for R on Windows UCRT. (#324)

* When using a system-wide copy of libuv, httpuv will now compile
  using the system-wide headers for libuv, instead of the local copy
  of the libuv headers. (#327)

httpuv 1.6.4
============

* Added zlib to SystemRequirements in DESCRIPTION file. (#315)

* Closed #280: Fix builds on Alpine Linux (and other versions which
  have automake >1.16.1). (#319)
  • Loading branch information
mef committed Apr 30, 2022
1 parent 995a4c0 commit c69281e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions www/R-httpuv/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.8 2021/09/11 01:58:46 mef Exp $
# $NetBSD: Makefile,v 1.9 2022/04/30 01:16:18 mef Exp $

R_PKGNAME= httpuv
R_PKGVER= 1.6.3
R_PKGVER= 1.6.5
CATEGORIES= www

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
8 changes: 4 additions & 4 deletions www/R-httpuv/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.9 2021/10/26 11:29:15 nia Exp $
$NetBSD: distinfo,v 1.10 2022/04/30 01:16:18 mef Exp $

BLAKE2s (R/httpuv_1.6.3.tar.gz) = e3d485474cc69544d0724435d65ff1a39501f59fa7ef6016de1b3093b5ce81c5
SHA512 (R/httpuv_1.6.3.tar.gz) = 04551c714c704c551a13ba8b436fce78afa22c70dd4d853c49d0147457e6d49b83b98c3e0bcc8a8285abb61091f00669e0859f2322966917b1a4d87ccdb5007b
Size (R/httpuv_1.6.3.tar.gz) = 1814524 bytes
BLAKE2s (R/httpuv_1.6.5.tar.gz) = cc5a77f9207e5847d5d0a38c5da3857196d40b85ba8de21c845508090a9a5571
SHA512 (R/httpuv_1.6.5.tar.gz) = aaa3d6551d37b955b68072dc8e61a23d8c1c0b288dc5249aa46ab242682aef278e9f3a42e84809c68b4b6136f846171d8e4134eeb6b08749ed3758ef3752b79e
Size (R/httpuv_1.6.5.tar.gz) = 1815063 bytes
SHA1 (patch-src_Makevars) = 64eb03f7bcec11e0e46ab2749dde13b1d7053dbe

0 comments on commit c69281e

Please sign in to comment.