Skip to content

Commit

Permalink
dpcmd: Include the config file for it to work
Browse files Browse the repository at this point in the history
- dpcmd requires the `ChipInfoDb.dedicfg` file to function properly.
- Bumped dpcmd version to V1.14.21 for macOS compatibility.
  • Loading branch information
superjeng1 committed Nov 14, 2024
1 parent 5d7a641 commit 2e2e8bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Formula/d/dpcmd.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Dpcmd < Formula
desc "Linux software for DediProg SF100/SF600"
homepage "https://github.com/DediProgSW/SF100Linux"
url "https://github.com/DediProgSW/SF100Linux/archive/refs/tags/V1.14.20.x.tar.gz"
sha256 "d3e710c2a4361b7a82e1fee6189e88a6a6ea149738c9cb95409f0a683e90366e"
url "https://github.com/DediProgSW/SF100Linux/archive/refs/tags/V1.14.21,x.tar.gz"
sha256 "2bab3df0b971e66f574db33daa1687d1a064eed6b3e99d97c265bfce35470ddf"
license "GPL-2.0-only"

livecheck do
Expand All @@ -27,6 +27,7 @@ class Dpcmd < Formula
def install
system "make"
bin.install "dpcmd"
(share/"DediProg").install "ChipInfoDb.dedicfg"
end

test do
Expand Down

0 comments on commit 2e2e8bf

Please sign in to comment.