Update package.rb

This commit is contained in:
supechicken666
2021-03-10 19:40:29 +08:00
committed by GitHub
parent 7d5d21642c
commit efb1b24e41

View File

@@ -1,7 +1,7 @@
require 'package_helpers'
class Package
property :description, :homepage, :version, :compatibility, :binary_url, :binary_sha1, :binary_sha256, :source_url, :source_sha256, :is_fake
property :description, :homepage, :version, :compatibility, :binary_url, :binary_sha256, :source_url, :source_sha256, :is_fake
class << self
attr_reader :is_fake