Skip to content

Commit 16204b1

Browse files
committed
Get rid of my old tar archiver
mpmxyz has a better version
1 parent 9b4588b commit 16204b1

2 files changed

Lines changed: 3 additions & 303 deletions

File tree

programs.cfg

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,16 +149,13 @@
149149
repo = "blob/master/OCNetFS/ocnetfs.lua",
150150
},
151151
["tar"] = {
152-
files = {
153-
["master/tar/tar.lua"] = "/bin",
154-
},
152+
files = {},
155153
dependencies = {
156-
["libformat"] = "/",
154+
["mpm.tar"] = "/",
157155
},
158156
name = "tar archiver for OpenComputers",
159157
description = "Manipulate and utilize tar archives",
160-
authors = "gamax92",
161-
repo = "blob/master/tar/tar.lua",
158+
authors = "mpmxyz",
162159
},
163160
["unrequire"] = {
164161
files = {

tar/tar.lua

Lines changed: 0 additions & 297 deletions
This file was deleted.

0 commit comments

Comments
 (0)