From bdd0962007220db2e79d71287ef0a6a75300b9c8 Mon Sep 17 00:00:00 2001 From: Freddy <34798768+AScustomWorks@users.noreply.github.com> Date: Sun, 24 Dec 2017 00:52:41 -0600 Subject: [PATCH 1/2] Create AS.json The slug for my modules, I hope I got everything right! --- plugins/AS.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 plugins/AS.json diff --git a/plugins/AS.json b/plugins/AS.json new file mode 100644 index 00000000..4fa0bef5 --- /dev/null +++ b/plugins/AS.json @@ -0,0 +1,25 @@ +{ + "slug": "AS", + "name": "AS", + "author": "Alfredo Santamaria", + "license": "CC0 1.0 Universal", + "version": "0.5.0", + "homepage": "https://www.hakken.com.mx/", + "donation": "paypal.me/frederius", + "manual": "", + "source": "https://github.com/AScustomWorks/AS", + "downloads": { + "win": { + "download": "https://github.com/AScustomWorks/AS/releases/download/0.5.0/AS-0.5.0-win.zip", + "sha256": "008f4edf0f034045bacabcc9f7549814aed5c3c4e0c664519749519a356f3061" + }, + "lin": { + "download": "", + "sha256": "" + }, + "mac": { + "download": "https://github.com/AScustomWorks/AS/releases/download/0.5.0/AS-0.5.0-mac.zip", + "sha256": "45d871d19d884ebfb085a511c8bb8e3ad8cafdcab34a9e5fcc122a551c26f759" + } + } +} From 1d29bdbec98fc90f9590c34d71fbff33c49f8849 Mon Sep 17 00:00:00 2001 From: Freddy <34798768+AScustomWorks@users.noreply.github.com> Date: Sun, 24 Dec 2017 12:11:15 -0600 Subject: [PATCH 2/2] Update AS.json --- plugins/AS.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/AS.json b/plugins/AS.json index 4fa0bef5..b95289c7 100644 --- a/plugins/AS.json +++ b/plugins/AS.json @@ -4,7 +4,7 @@ "author": "Alfredo Santamaria", "license": "CC0 1.0 Universal", "version": "0.5.0", - "homepage": "https://www.hakken.com.mx/", + "homepage": "https://github.com/AScustomWorks/AS", "donation": "paypal.me/frederius", "manual": "", "source": "https://github.com/AScustomWorks/AS", @@ -14,8 +14,8 @@ "sha256": "008f4edf0f034045bacabcc9f7549814aed5c3c4e0c664519749519a356f3061" }, "lin": { - "download": "", - "sha256": "" + "download": "https://github.com/AScustomWorks/AS/releases/download/0.5.0/AS-0.5.0-lin.zip", + "sha256": "db6c77f01b5527e2e1a513b5153fac880676e1a2cc02a1ee04ded36b9e954b65" }, "mac": { "download": "https://github.com/AScustomWorks/AS/releases/download/0.5.0/AS-0.5.0-mac.zip",