From bbb7483ea3417f21e6ce42e8f740d294db6afb5a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 14 Jul 2021 20:46:17 +0200 Subject: [PATCH] ruby-httparty: rebuild for ruby-3.0.2. --- srcpkgs/ruby-httparty/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruby-httparty/template b/srcpkgs/ruby-httparty/template index 3e8616fb236..2df74d93b21 100644 --- a/srcpkgs/ruby-httparty/template +++ b/srcpkgs/ruby-httparty/template @@ -1,7 +1,7 @@ # Template file for 'ruby-httparty' pkgname=ruby-httparty version=0.17.1 -revision=3 +revision=4 build_style=gem depends="ruby-mime-types>=3.0 ruby-multi_xml>=0.5.2" short_desc="Makes http fun! Also, makes consuming restful web services dead easy"