Fix repository action layout

This commit is contained in:
Mikei386
2026-06-14 11:33:58 +02:00
parent 7314bd1a16
commit 8a9bdc2e8e
8 changed files with 24 additions and 9 deletions
-1
View File
@@ -1 +0,0 @@
3b3bfce71438a9489a978405ff88fe8c7013f7c90962387ff5e51453d060d6cb backupper-0.1.8-x86_64-1.txz
+1
View File
@@ -0,0 +1 @@
d4b45947cfbb8a5273eb90ea10cdd307d751d0529411217ecc37ba0dfe5ea211 backupper-0.1.9-x86_64-1.txz
+5 -2
View File
@@ -2,13 +2,16 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "backupper">
<!ENTITY author "Backupper Project">
<!ENTITY version "0.1.8">
<!ENTITY version "0.1.9">
<!ENTITY pluginURL "https://git.casaderoll.de/michael/BackUpper/raw/branch/main/dist/backupper.plg">
<!ENTITY packageURL "https://git.casaderoll.de/michael/BackUpper/raw/branch/main/dist/backupper-&version;-x86_64-1.txz">
<!ENTITY packageSHA256 "3b3bfce71438a9489a978405ff88fe8c7013f7c90962387ff5e51453d060d6cb">
<!ENTITY packageSHA256 "d4b45947cfbb8a5273eb90ea10cdd307d751d0529411217ecc37ba0dfe5ea211">
]>
<PLUGIN name="&name;" author="&author;" version="&version;" pluginURL="&pluginURL;" min="7.0.0" support="https://git.casaderoll.de/michael/BackUpper/issues">
<CHANGES>
### 0.1.9
- Fix wrapped repository action layout and block initialization of volatile /tmp or /run destinations.
### 0.1.8
- Force a fresh WebGUI asset after updates, display the installed version, and warn about volatile /tmp or /run repositories.