Bläddra i källkod

updated to flohmarkt commit 20.09.2024

no changes to the yunohost package beside pulling a new flohmarkt version
Chris Vogel 1 år sedan
förälder
incheckning
aea2e8bd39
1 ändrade filer med 4 tillägg och 4 borttagningar
  1. 4 4
      manifest.toml

+ 4 - 4
manifest.toml

@@ -7,7 +7,7 @@ name = "flohmarkt"
 description.en = "A decentral federated small ads platform"
 description.fr = "Plateforme de petites annonces fédérées décentralisées"
 
-version = "0.0~ynh8"
+version = "0.0~ynh9"
 
 maintainers = ["Chris Vogel"]
 
@@ -114,8 +114,8 @@ ram.runtime = "100M"
     # This will pre-fetch the asset which can then be deployed during the install/upgrade scripts with :
     #    ynh_setup_source --dest_dir="$install_dir"
     # You can also define other assets than "main" and add --source_id="foobar" in the previous command
-    url = "https://codeberg.org/flohmarkt/flohmarkt/archive/1b783dcac6543bdcc6f7b105b2c8211e2bc51bee.tar.gz"
-    sha256 = "82c05ea75333fb7f869252f941fa76dbe39282984055aae22d4806b100f2d493"
+    url = "https://codeberg.org/flohmarkt/flohmarkt/archive/e80ec442701211bea15511532c6d3ba0f734a3e7.tar.gz"
+    sha256 = "08deb3f277d0771722a0f79b6dfe8e8d95522c6f36d9acaf0d6a835cef2c8411"
 
     # These infos are used by https://github.com/YunoHost/apps/blob/master/tools/autoupdate_app_sources/autoupdate_app_sources.py
     # to auto-update the previous asset urls and sha256sum + manifest version
@@ -161,7 +161,7 @@ ram.runtime = "100M"
 
     [resources.apt]
     # python dependencies shall be installed in a venv using pip.
-	# moreutils is needed for `ts` used in systemd.service
+    #  moreutils is needed for `ts` used in systemd.service
     # urlwatch for email notifications
     packages = "python3-pip python3-full curl apt-transport-https gnupg moreutils curl urlwatch"
     # repo for couchdb - doesn't work, yet