pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ruby-typhoeus



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Mar 12 15:56:25 UTC 2026

Modified Files:
        pkgsrc/www/ruby-typhoeus: Makefile distinfo

Log Message:
www/ruby-typhoeus: update to 1.6.0

1.6.0 (2026-03-10)

* Add Ruby 4.0 to CI matrix and update checkout action to v6. (Geremia
  Taglialatela, #744)

* Require Ethon >= 0.18.0, removing the upper bound constraint. (Geremia
  Taglialatela, #742)

* Update RubyDoc link in gemspec metadata. (Felipe Mesquita, #737)

* Update gem version badge and remove Code Climate badge. (Felipe Mesquita,
  #736)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-typhoeus/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/ruby-typhoeus/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ruby-typhoeus/Makefile
diff -u pkgsrc/www/ruby-typhoeus/Makefile:1.4 pkgsrc/www/ruby-typhoeus/Makefile:1.5
--- pkgsrc/www/ruby-typhoeus/Makefile:1.4       Mon Sep 15 17:04:38 2025
+++ pkgsrc/www/ruby-typhoeus/Makefile   Thu Mar 12 15:56:25 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2025/09/15 17:04:38 taca Exp $
+# $NetBSD: Makefile,v 1.5 2026/03/12 15:56:25 taca Exp $
 
-DISTNAME=      typhoeus-1.5.0
+DISTNAME=      typhoeus-1.6.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +8,7 @@ HOMEPAGE=       https://github.com/typhoeus/ty
 COMMENT=       Wraps libcurl in order to make fast and reliable requests
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-ethon>=0.9.0:../../www/ruby-ethon
+DEPENDS+=      ${RUBY_PKGPREFIX}-ethon>=0.18.0:../../www/ruby-ethon
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/ruby-typhoeus/distinfo
diff -u pkgsrc/www/ruby-typhoeus/distinfo:1.6 pkgsrc/www/ruby-typhoeus/distinfo:1.7
--- pkgsrc/www/ruby-typhoeus/distinfo:1.6       Mon Sep 15 17:04:38 2025
+++ pkgsrc/www/ruby-typhoeus/distinfo   Thu Mar 12 15:56:25 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2025/09/15 17:04:38 taca Exp $
+$NetBSD: distinfo,v 1.7 2026/03/12 15:56:25 taca Exp $
 
-BLAKE2s (typhoeus-1.5.0.gem) = f9349fbddc0c783aeabc3e60a174a77d439dd33b2004a34820afca1a85b3138f
-SHA512 (typhoeus-1.5.0.gem) = 006479d5023b4b812add09abedb225f54aa86797a936bb3a3ebe4e3d36b157dc6eab9eba9a67228f1d1ed47a8f68ea09424fc43fc4a6c66c1db7d96907dec905
-Size (typhoeus-1.5.0.gem) = 38912 bytes
+BLAKE2s (typhoeus-1.6.0.gem) = ec41a3fec6f37bfbd9e48a6411eb470ea69e7e28c444ad5221abeeefa5bd6bef
+SHA512 (typhoeus-1.6.0.gem) = bcb0497236db06012716fb0d576f90c187f85f911bfb9f19da1c9ae199b2167678b365477256e6bdf08a2bcc0de73b562b58cd613f14cabeb8cde9a841f2c239
+Size (typhoeus-1.6.0.gem) = 39424 bytes



Home | Main Index | Thread Index | Old Index