Skip to content
Snippets Groups Projects
Commit 81928dc3 authored by Matthias Fechner's avatar Matthias Fechner
Browse files

security/rubygem-omniauth-alicloud: update to 2.0.0

parent 88cb5929
Branches
Tags
No related merge requests found
PORTNAME= omniauth-alicloud
PORTVERSION= 1.0.1
PORTREVISION= 2
PORTVERSION= 2.0.0
CATEGORIES= security rubygems
MASTER_SITES= RG
......@@ -11,7 +10,7 @@ WWW= https://gitlab.com/gitlab-jh/jh-team/omniauth-alicloud
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-omniauth-oauth2>=1.7<2:net/rubygem-omniauth-oauth2
RUN_DEPENDS= rubygem-omniauth-oauth2>=1.8<2:net/rubygem-omniauth-oauth2
USES= gem
USE_RUBY= yes
......
TIMESTAMP = 1650459123
SHA256 (rubygem/omniauth-alicloud-1.0.1.gem) = 2f81ec0b8f98d2ab5e5d64555c75ace46582cf27c4ef4207aa59f15331dd697a
SIZE (rubygem/omniauth-alicloud-1.0.1.gem) = 7168
TIMESTAMP = 1668838706
SHA256 (rubygem/omniauth-alicloud-2.0.0.gem) = 8ecf369d51cd5317c1e7c6b80276891f76cff210a534ec654326af5c62265de3
SIZE (rubygem/omniauth-alicloud-2.0.0.gem) = 7680
--- omniauth-alicloud.gemspec.orig 2022-07-26 11:42:41 UTC
+++ omniauth-alicloud.gemspec
@@ -24,9 +24,9 @@ Gem::Specification.new do |s|
end
if s.respond_to? :add_runtime_dependency then
- s.add_runtime_dependency(%q<omniauth-oauth2>.freeze, ["~> 1.7.1"])
+ s.add_runtime_dependency(%q<omniauth-oauth2>.freeze, [">= 1.7.1"])
else
- s.add_dependency(%q<omniauth-oauth2>.freeze, ["~> 1.7.1"])
+ s.add_dependency(%q<omniauth-oauth2>.freeze, [">= 1.7.1"])
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment