regipy 2.5.1
Closes #103268. Signed-off-by: Rui Chen <rui@chenrui.dev> Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
ec4ac22ec4
commit
0e335497e7
|
@ -3,8 +3,8 @@ class Regipy < Formula
|
|||
|
||||
desc "Offline registry hive parsing tool"
|
||||
homepage "https://github.com/mkorman90/regipy"
|
||||
url "https://files.pythonhosted.org/packages/2b/34/f71bebb13f414513427c08594087decc79a84d26845279402a4425c76b7b/regipy-2.4.1.tar.gz"
|
||||
sha256 "6177ea938d7b87f1c2c537ef9eb87c46a4c28f0e8aa2a2a10fff80d520deb5c0"
|
||||
url "https://files.pythonhosted.org/packages/19/f4/44a4ad4a2d8b921769edf463849b1c5b81405a1ef3954e6a5c9b886aa1fd/regipy-2.5.1.tar.gz"
|
||||
sha256 "9b1338a2860c617a8210b4b734cba675679fa51d216b118f017a7b518d5e70f2"
|
||||
license "MIT"
|
||||
head "https://github.com/mkorman90/regipy.git", branch: "master"
|
||||
|
||||
|
@ -40,6 +40,11 @@ class Regipy < Formula
|
|||
sha256 "1a29730d366e996aaacffb2f1f1cb9593dc38e2ddd30c91250c6dde09ea9b417"
|
||||
end
|
||||
|
||||
resource "libfwsi-python" do
|
||||
url "https://files.pythonhosted.org/packages/63/c8/47a7197167a11da6a68704f08053057922c1f73a91441824207099310b90/libfwsi-python-20220123.tar.gz"
|
||||
sha256 "faef9fb8e76faf6ad43a785a9129a110d80eb7d540c1382349ed5cec07714873"
|
||||
end
|
||||
|
||||
resource "pytz" do
|
||||
url "https://files.pythonhosted.org/packages/2f/5f/a0f653311adff905bbcaa6d3dfaf97edcf4d26138393c6ccd37a484851fb/pytz-2022.1.tar.gz"
|
||||
sha256 "1e760e2fe6a8163bc0b3d9a19c4f84342afa0a2affebfaa84b01b978a02ecaa7"
|
||||
|
|
|
@ -335,7 +335,7 @@
|
|||
},
|
||||
"regipy": {
|
||||
"exclude_packages": ["tabulate"],
|
||||
"extra_packages": ["click"]
|
||||
"extra_packages": ["click", "libfwsi-python"]
|
||||
},
|
||||
"remarshal": {
|
||||
"exclude_packages": ["six"]
|
||||
|
|
Loading…
Reference in New Issue