We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4588b commit 16204b1Copy full SHA for 16204b1
2 files changed
programs.cfg
@@ -149,16 +149,13 @@
149
repo = "blob/master/OCNetFS/ocnetfs.lua",
150
},
151
["tar"] = {
152
- files = {
153
- ["master/tar/tar.lua"] = "/bin",
154
- },
+ files = {},
155
dependencies = {
156
- ["libformat"] = "/",
+ ["mpm.tar"] = "/",
157
158
name = "tar archiver for OpenComputers",
159
description = "Manipulate and utilize tar archives",
160
- authors = "gamax92",
161
- repo = "blob/master/tar/tar.lua",
+ authors = "mpmxyz",
162
163
["unrequire"] = {
164
files = {
tar/tar.lua
0 commit comments