github-actions[bot]
d89a837eff
latexindent: Update to version 3.20.1
2023-01-08 08:27:39 +00:00
Cesaryuan
e702aa6fbc
pwsh: Persist Microsoft.VSCode_profile.ps1 ( #4327 )
...
* Pwsh persist add Microsoft.VSCode_profile.ps1
* Update pwsh.json
2023-01-08 12:54:08 +05:30
github-actions[bot]
8a78392dd8
janet: Update to version 1.26.0
2023-01-08 00:33:30 +00:00
github-actions[bot]
ea043ffbb2
gopass: Update to version 1.15.3
2023-01-08 00:33:30 +00:00
github-actions[bot]
d26cf0c8ce
gopass-jsonapi: Update to version 1.15.3
2023-01-08 00:33:30 +00:00
github-actions[bot]
305bd5fbf0
ghorg: Update to version 1.9.3
2023-01-08 00:33:30 +00:00
github-actions[bot]
082d141a36
xray: Update to version 1.7.2
2023-01-07 20:25:08 +00:00
github-actions[bot]
bb9ffccc77
prs: Update to version 0.4.0
2023-01-07 20:25:08 +00:00
github-actions[bot]
15065d74c6
xmake: Update to version 2.7.5
2023-01-07 16:28:27 +00:00
github-actions[bot]
9dd2cf53e9
trid: Update to version 2.24-23.01.07
2023-01-07 16:28:26 +00:00
github-actions[bot]
1539307e91
sftpgo: Update to version 2.4.3
2023-01-07 16:28:26 +00:00
github-actions[bot]
8e5d0f5629
mdcat: Update to version 1.0.0
2023-01-07 16:28:26 +00:00
github-actions[bot]
6456e07d8e
trid@2.24-23.01.05: Fix hash ( Closes #4324 )
2023-01-07 14:46:17 +00:00
Andrew
b389d372a1
espanso@2.1.8: Fix shortcut and bin ( #4322 )
...
espanso.exe → espansod.exe
2023-01-07 15:41:01 +05:30
heinzhi
3f63401035
espanso: Update to version 2.1.8 ( #4293 )
...
* Update espanso.json to v.2.1.8
Update of application to v2.1.8, see https://github.com/espanso/espanso/releases
* Update espanso.json
* Update espanso.json to v2.1.8
Removed the autoupdate hash extraction due to extraction errors, see https://github.com/ScoopInstaller/Main/pull/4293#issuecomment-1373866021
* Update espanso.json
Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
2023-01-07 10:21:47 +05:30
github-actions[bot]
eb5d92d236
yt-dlp: Update to version 2023.01.06
2023-01-07 04:28:40 +00:00
github-actions[bot]
444418fce1
wstunnel: Update to version 4.1
2023-01-07 04:28:39 +00:00
github-actions[bot]
9af8053995
trufflehog: Update to version 3.23.1
2023-01-07 04:28:39 +00:00
github-actions[bot]
d11a170e4d
terragrunt: Update to version 0.42.7
2023-01-07 04:28:39 +00:00
github-actions[bot]
f83daeef54
pnpm: Update to version 7.23.0
2023-01-07 04:28:38 +00:00
github-actions[bot]
5858e2be97
dynamorio: Update to version 9.0.19363
2023-01-07 04:28:38 +00:00
github-actions[bot]
bef459e70c
danser-go: Update to version 0.8.4
2023-01-07 04:28:38 +00:00
github-actions[bot]
4ac6d22662
gdu: Update to version 5.21.1
2023-01-07 00:33:06 +00:00
github-actions[bot]
eb4d4df931
exiftool: Update to version 12.54
2023-01-07 00:33:05 +00:00
github-actions[bot]
ed581fd9e3
dvc: Update to version 2.39.0
2023-01-07 00:33:05 +00:00
github-actions[bot]
4c2c6a0956
dolt: Update to version 0.52.1
2023-01-07 00:33:05 +00:00
github-actions[bot]
aca57e3797
nats-server: Update to version 2.9.11
2023-01-06 20:26:09 +00:00
github-actions[bot]
7513e9bf1f
edgedriver: Update to version 111.0.1605.0
2023-01-06 20:26:08 +00:00
github-actions[bot]
7fe88bcf4a
doctl: Update to version 1.92.0
2023-01-06 20:26:08 +00:00
github-actions[bot]
b43525ab00
dependency-check: Update to version 7.4.4
2023-01-06 20:26:07 +00:00
github-actions[bot]
11dfa937d2
aws-amplify: Update to version 10.6.1
2023-01-06 20:26:07 +00:00
Rashil Gandhi
b8d2cd70ee
libvips: Add bin directory to Path
...
Closes #4313
2023-01-06 22:36:32 +05:30
xmrv
b2f6de3d67
sftpgo: Persist configuration across updates ( #4135 )
...
* sftpgo: persist configuration across updates
The following files have to be copied to the new version's root directory every time the app gets updated:
id_ecdsa
id_ecdsa.pub
id_ed25519
id_ed25519.pub
id_rsa
id_rsa.pub
sftpgo.db
sftpgo.json
By adding the files above to persist, the config files get copied automatically.
* fix: do not persist ssh keys
Since Windows 10 builds earlier than 1809 do not have a built-in SSH client, the keys cannot be created in a way that doesn't require the installation of an SSH client at pre_install. So I'm only adding the config files to persist and none of the keys.
* sftpgo.json: copy native binary to root
Currently the app comes with 3 architectures: arm64, 32bit and 64bit. However arm64 and 32bit binaries exists in their respective folders which requires users of such architectures to explicitly specify the directory.
With this commit, if needed, the default 64bit binary is backed up to "x64" folder and the native binary for the platform is copied to the root directory, effectively replacing the binary the shim is created for.
* Update sftpgo.json
Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
2023-01-06 22:32:02 +05:30
github-actions[bot]
4cf4a5cbcb
oh-my-posh: Update to version 12.35.2
2023-01-06 16:30:33 +00:00
github-actions[bot]
2336c7d242
nodejs: Update to version 19.4.0
2023-01-06 16:30:32 +00:00
github-actions[bot]
ff7742426a
curl: Update to version 7.87.0_1
2023-01-06 16:30:32 +00:00
Rashil Gandhi
2427b1fbeb
yregedit: Add version 1.90
2023-01-06 20:22:35 +05:30
Richard Kuhnt
d23c68cb78
marksman(chore): remove trailing comma ( #4318 )
2023-01-06 14:38:47 +01:00
github-actions[bot]
f40b3d026e
oh-my-posh: Update to version 12.35.1
2023-01-06 12:30:20 +00:00
Dionysius
836495ed27
(chore): avrdude: Remove trailing commas ( #4317 )
2023-01-06 17:19:12 +05:30
pynappo
97dfd6bd5d
marksman: Add version 2022-12-28 ( #4297 )
...
* Add marksman.json
* Update marksman
* fix autoupdate with regex
* Simplify license
Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
* Specify architecture
* Update marksman.json
Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
2023-01-06 17:12:13 +05:30
MoeShin
9170ecb2bf
wakatime-cli: Fix pre_install for Powershell 5 ( #4310 )
2023-01-06 09:36:08 +00:00
github-actions[bot]
b20ef028a2
oh-my-posh: Update to version 12.35.0
2023-01-06 08:27:54 +00:00
github-actions[bot]
dec8eb397a
graphviz: Update to version 7.0.6
2023-01-06 08:27:54 +00:00
github-actions[bot]
0f3f9c2e9b
bottom: Update to version 0.7.1
2023-01-06 08:27:53 +00:00
github-actions[bot]
cd93ca068e
ouch: Update to version 0.4.1
2023-01-06 04:27:46 +00:00
github-actions[bot]
050bd63f14
omnisharp: Update to version 1.39.3
2023-01-06 04:27:46 +00:00
github-actions[bot]
ffd728211f
omnisharp-http: Update to version 1.39.3
2023-01-06 04:27:46 +00:00
github-actions[bot]
f16ecd65b0
nodejs-lts: Update to version 18.13.0
2023-01-06 04:27:45 +00:00
github-actions[bot]
a54bd5188d
fossa: Update to version 3.6.10
2023-01-06 04:27:45 +00:00