Skip to content

Commit

Permalink
cwRsync: Add version 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Oct 2, 2020
1 parent 34f9976 commit cafab27
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
| [CloneApp Universal Apps **(CloneAppUA)**](./bucket/CloneAppUA.json) ||| ✔ (✔) |
| [Concat **(Concat)**](./bucket/Concat.json) ||| ✔ (⛔) |
| [CrossFont **(CrossFont)**](./bucket/CrossFont.json) ||| ✔ (⛔) |
| [cwRsync **(cwRsync)**](./bucket/cwRsync.json) ||| ❌ (❌) |
| [Depressurizer **(Depressurizer)**](./bucket/Depressurizer.json) ||| ✔ (⛔) |
| [devilutionX **(devilutionX)**](./bucket/devilutionX.json) ||| ✔ (✔) |
| [DirectX **(DirectX)**](./bucket/DirectX.json) ||| ❌ (❌) |
Expand Down
6 changes: 2 additions & 4 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# vi: set ft=ruby :

Vagrant.configure('2') do |config|
config.vm.box = 'gusztavvargadr/windows-server'
config.vm.box = 'gusztavvargadr/windows-10'
config.vm.box_check_update = false

config.vm.network 'public_network'
Expand All @@ -17,7 +17,5 @@ Vagrant.configure('2') do |config|
config.vm.provision 'file', source: '~/.ssh', destination: '~/.ssh'
config.vm.provision 'file', source: '~/.gitconfig', destination: '~/.gitconfig'
config.vm.provision 'file', source: './.cache', destination: '~/scoop/cache'
config.vm.provision 'shell',
path: 'https://gist.githubusercontent.com/Ash258/e143436e2f9183a650424d635b535e51/raw/ShovelProvision.ps1',
sha512: '4bbf755855158bc5048d25f86e708cddcc124629007dda2148e80511ecaf0839eb96de3af7473e060b6330db2739e5629d51328c667fd1d4ca60509508a24cf0'
config.vm.provision 'shell', path: 'https://gist.githubusercontent.com/Ash258/e143436e2f9183a650424d635b535e51/raw/ShovelProvision.ps1'
end
14 changes: 14 additions & 0 deletions bucket/cwRsync.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": "5.5.0",
"description": "Rsync client",
"homepage": "https://www.itefix.net/cwrsync",
"license": {
"identifier": "Proprietary",
"url": "https://www.itefix.net/content/cwrsync-license-version"
},
"url": "https://itefix.net/dl/free-software/cwrsync_5.5.0_x86_free.zip",
"hash": "37e8ef21ac975d4ee86c9d3be40c8935e8b9d0ba84e9302fc106b9452296cb85",
"extract_dir": "cwRsync_5.5.0_x86_Free",
"bin": "bin\\rsync.exe",
"persist": "home"
}

0 comments on commit cafab27

Please sign in to comment.