From e8ad11b29ae14f4118bf10e110b5023f34f9d727 Mon Sep 17 00:00:00 2001 From: CrackedPixel Date: Sun, 4 Jun 2023 02:17:54 -0600 Subject: [PATCH] Updated MD5 hash --- scripts/cameraRawInstaller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cameraRawInstaller.sh b/scripts/cameraRawInstaller.sh index 63029b0..1725cdd 100755 --- a/scripts/cameraRawInstaller.sh +++ b/scripts/cameraRawInstaller.sh @@ -21,7 +21,7 @@ function check_ps_installed() { function install_cameraRaw() { local filename="CameraRaw_12_2_1.exe" - local filemd5="b6a6b362e0c159be5ba1d0eb1ebd0054" + local filemd5="b63f6ed690343ee12b6195424f94c33f" local filelink="https://download.adobe.com/pub/adobe/photoshop/cameraraw/win/12.x/CameraRaw_12_2_1.exe" local filepath="$CACHE_PATH/$filename"