Просмотр исходного кода

new source, upgrade test

* changed source to actual one
* changed upgrade from version in tests.toml
Chris Vogel 1 год назад
Родитель
Сommit
e73534d4cd
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      manifest.toml
  2. 1 1
      tests.toml

+ 2 - 2
manifest.toml

@@ -108,8 +108,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/4a3f243d090549c66ffece46222b0f1cc358e91e.tar.gz"
-    sha256 = "d59bb3bbbaf7c98d9f8bae46d9a2b2ccc407d674f51140a3d868a6afdf862e73"
+    url = "https://codeberg.org/flohmarkt/flohmarkt/archive/6b396428ee52acba99483487e34eb0b258e339eb.tar.gz"
+    sha256 = "2167a94e209764fd7fde06b77e6b2fe845ed493f0fdab1dc19053ecd7d89d60f"
 
     # 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

+ 1 - 1
tests.toml

@@ -9,5 +9,5 @@ test_format = 1.0
     args.password_couchdb_admin = "TestPasswordCouchDBadmin"
     args.password_couchdb_flohmarkt = "TestPasswordCouchDBflohmarkt"
 
-    test_upgrade_from.9df93bc48e.name = "Upgrade from ynh2"
+    test_upgrade_from.217fc0e.name = "Upgrade from ynh4"