diff --git a/packages/manifest b/packages/manifest index c9c99ac..685962f 100644 --- a/packages/manifest +++ b/packages/manifest @@ -341,7 +341,7 @@ ["description"] = "Vending machine program compatible with libCoin and bank_api", ["authors"] = "AR2000AR", ["dependencies"] = { - ["libCoin"] = "oppm", + ["libcoin"] = "oppm", ["bank_api"] = "oppm" }, ["archiveName"] = "vending.tar" diff --git a/packages/vending.tar b/packages/vending.tar index b647da5..ac8f280 100644 Binary files a/packages/vending.tar and b/packages/vending.tar differ diff --git a/programs.cfg b/programs.cfg index b6730a5..b00771a 100644 --- a/programs.cfg +++ b/programs.cfg @@ -344,7 +344,7 @@ description = "Vending machine program compatible with libCoin and bank_api", authors = "AR2000AR", dependencies = { - ["libCoin"] = "/", + ["libcoin"] = "/", ["bank_api"] = "/" }, files = { diff --git a/vending/vending.manifest b/vending/vending.manifest index ba0d458..d49b353 100644 --- a/vending/vending.manifest +++ b/vending/vending.manifest @@ -7,7 +7,7 @@ ["description"] = "Vending machine program compatible with libCoin and bank_api", ["authors"] = "AR2000AR", ["dependencies"] = { - ["libCoin"] = "oppm", + ["libcoin"] = "oppm", ["bank_api"] = "oppm" } } \ No newline at end of file