Skip to content

Commit

Permalink
csstidy: Fix PKG_MIRROR_HASH after .zst change
Browse files Browse the repository at this point in the history
Adjust PKG_MIRROR_HASH to the filename change due to .zst adoption.

Signed-off-by: Hannu Nyman <[email protected]>
  • Loading branch information
hnyman committed Apr 7, 2024
1 parent d1269d6 commit 5dd6b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/package/csstidy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=https://github.com/jow-/csstidy-cpp.git
PKG_SOURCE_DATE:=2021-06-13
PKG_SOURCE_VERSION:=707feaec556c40c999514a598b1a1ea5b50826c6
PKG_MIRROR_HASH:=39035c3d76e1306537ba1d49fc0f5ba43e752f1de0d55f3df06404d7b50e86f6
PKG_MIRROR_HASH:=c90cdb3ff2ecae469d86abf04f5631356b8a913e03f4537c491ea31cde5f0225

PKG_LICENSE:=LGPL-2.1
PKG_LICENSE_FILES:=COPYING
Expand Down

0 comments on commit 5dd6b14

Please sign in to comment.