Change packages a-c from sha1 to sha256

This commit is contained in:
Ed Reel
2017-06-28 23:08:34 -05:00
parent b7e11402d9
commit c644d7ac4c
42 changed files with 85 additions and 85 deletions

View File

@@ -1,14 +1,14 @@
require "package"
require 'package'
class Ascii < Package
description 'List ASCII idiomatic names and octal/decimal code-point forms.'
homepage 'http://www.catb.org/~esr/ascii/'
version "3.15"
source_url "http://www.catb.org/~esr/ascii/ascii-3.15.tar.gz"
source_sha1 "94ac41d8ef89daf148ebfd30333c07f6e64d4dec"
version '3.15'
source_url 'http://www.catb.org/~esr/ascii/ascii-3.15.tar.gz'
source_sha256 'ace1db8b64371d53d9ad420d341f2b542324ae70437e37b4b75646f12475ff5f'
def self.build
system "make"
system 'make'
end
def self.install