Обновить configer.json

This commit is contained in:
lain 2025-02-04 11:57:55 +00:00
parent f35beaff00
commit 48d95848a7

View File

@ -1,12 +1,12 @@
{ {
"name": "hello", "name": "hello",
"version": "1.3.3.7", "version": "1.3.3.7",
"source": "", "source": "http://212.113.119.5/lain/choochoo/archive/latest1.tar.gz",
"checksum": "othertime", "checksum": "othertime",
"dependencies": [], "dependencies": [],
"build": [ "build": [
"./configure", "make"
"make", "cp choochoo ."
"make install"
] ]
} }