We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8746e13 commit 8cd34d2Copy full SHA for 8cd34d2
Formula/s/smlpkg.rb
@@ -1,13 +1,11 @@
1
class Smlpkg < Formula
2
desc "Package manager for Standard ML libraries and programs"
3
homepage "https://github.com/diku-dk/smlpkg"
4
- url "https://github.com/diku-dk/smlpkg/archive/refs/tags/v0.1.5.tar.gz"
5
- sha256 "53440d8b0166dd689330fc686738076225ac883a00b283e65394cf9312575c33"
+ url "https://github.com/diku-dk/smlpkg/archive/refs/tags/v0.1.6.tar.gz"
+ sha256 "85af735bd031c5e15a2b627ff6f911648ba8d81f709865b032afad26e42cddd8"
6
license "MIT"
7
head "https://github.com/diku-dk/smlpkg.git", branch: "master"
8
9
- no_autobump! because: :requires_manual_review
10
-
11
bottle do
12
rebuild 2
13
sha256 cellar: :any, arm64_tahoe: "28c00c67af3693cac8219c8cbb574b81d24bc772a01861379ad51e8dea23d608"
0 commit comments