Skip to content

Commit

Permalink
bump to latest prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
verdverm committed Jun 6, 2023
1 parent 7b44677 commit 0feb456
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions hof.cue
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import "strings"

name: "hof"
version: tag
tag: "v0.6.8-rc.2"
commit: "61e49c64d78f6594b89064ab0e274091c3305edc"
tag: "v0.6.8-rc.4"
commit: "f98105ccf465be0c713d6cfea1ed64c3ee44ee42"
desc: "CUE powered data modeling & code generation system"
homepage: "https://hofstadter.io/"
repo: "github.com/hofstadter-io/hof"
url: "https://\(repo).git"
license: "BSD-3-Clause"
license: "Apache-2"
branch: "_dev"
cmddir: "cmd/hof"
ldflags: strings.Replace("""
Expand Down
8 changes: 4 additions & 4 deletions hof.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
class Hof < Formula
desc "CUE powered data modeling & code generation system"
homepage "https://hofstadter.io/"
version "v0.6.8-rc.2"
version "v0.6.8-rc.4"
url "https://github.com/hofstadter-io/hof.git",
tag: "v0.6.8-rc.2",
revision: "61e49c64d78f6594b89064ab0e274091c3305edc"
license "BSD-3-Clause"
tag: "v0.6.8-rc.4",
revision: "f98105ccf465be0c713d6cfea1ed64c3ee44ee42"
license "Apache-2"
head "https://github.com/hofstadter-io/hof.git", branch: "_dev"

depends_on "go" => :build
Expand Down

0 comments on commit 0feb456

Please sign in to comment.