simh: fix audit

simh:
  * `version` (line 6) should be put before `checksum` (line 5)
master
Miguel Araújo 2017-02-12 08:45:59 -03:00 committed by Mike McQuaid
parent b5cd984331
commit 858b51d25a
1 changed files with 1 additions and 1 deletions

View File

@ -2,8 +2,8 @@ class Simh < Formula
desc "Portable, multi-system simulator"
homepage "http://simh.trailing-edge.com/"
url "http://simh.trailing-edge.com/sources/simhv39-0.zip"
sha256 "e49b259b66ad6311ca9066dee3d3693cd915106a6938a52ed685cdbada8eda3b"
version "3.9-0"
sha256 "e49b259b66ad6311ca9066dee3d3693cd915106a6938a52ed685cdbada8eda3b"
head "https://github.com/simh/simh.git"