From eae91579f9ddbe7c6242cdaf5ca12456d2abb750 Mon Sep 17 00:00:00 2001 From: jingyu9575 Date: Sat, 26 Jan 2019 05:10:09 +0800 Subject: [PATCH] Add empty-recycle-bin 1.0.0 (#2989) Command-line tool to empty the Windows recycle bin. This is complement to the existing [recycle-bin](https://github.com/lukesampson/scoop/blob/master/bucket/recycle-bin.json) tool by the same author. --- empty-recycle-bin.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 empty-recycle-bin.json diff --git a/empty-recycle-bin.json b/empty-recycle-bin.json new file mode 100644 index 0000000000..5f0b0af2b2 --- /dev/null +++ b/empty-recycle-bin.json @@ -0,0 +1,13 @@ +{ + "version": "1.0.0", + "description": "Empty the Windows recycle bin", + "homepage": "https://github.com/sindresorhus/empty-recycle-bin", + "license": "MIT", + "url": "https://github.com/sindresorhus/empty-recycle-bin/releases/download/1.0.0/empty-recycle-bin.exe", + "hash": "B5C939A5747AFA4D43F2342705726602E34D9CF46FE6664C2A7D0DEA39E64560", + "bin": "empty-recycle-bin.exe", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/sindresorhus/empty-recycle-bin/releases/download/$version/empty-recycle-bin.exe" + } +}