From 79e04a85fbb8b3a94927ad2fbcc1b9645ba7d9f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Stollenwerk?= <stollenwerk@embedded.rwth-aachen.de> Date: Fri, 13 Nov 2020 17:54:15 +0100 Subject: [PATCH] Update version.toml --- version.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.toml b/version.toml index 1ebbb7e..8e85127 100644 --- a/version.toml +++ b/version.toml @@ -1,5 +1,5 @@ [entries.pvhmi] -checksum = "2E67EA12D2A67F39C3C3C1E50831E202255673590E2E40DCB1016464F50E5E31" #sha256 checksum of file +checksum = "DEC3EE07EC26E205A3A7BA387669FBBA12D83D64682266FA3039D59B97240176" #sha256 checksum of file local_path = "PVHMI" #path of file including the file itself online_path = "bin/PVHMI" #Path in the git respository relative to root permissions = 0o755 #File permissions to set (optional) -- GitLab