We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7889021 commit afbcb0bCopy full SHA for afbcb0b
1 file changed
resources/ark.rb
@@ -30,7 +30,7 @@
30
:owner,
31
:url
32
33
-attribute :url, :regex => /^(file|https?):\/\/.*(tar.gz|tgz|bin|zip)$/, :default => nil
+attribute :url, :regex => /^(file|http|https?):\/\/.*(gz|tar.gz|tgz|bin|zip)$/, :default => nil
34
attribute :mirrorlist, :kind_of => Array, :default => nil
35
attribute :checksum, :regex => /^[0-9a-f]{32}$|^[a-zA-Z0-9]{40,64}$/, :default => nil
36
attribute :md5, :regex => /^[0-9a-f]{32}$|^[a-zA-Z0-9]{40,64}$/, :default => nil
0 commit comments