summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--.nvchecker.toml4
2 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f71c635dafda..0df2b70016b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*
!.gitignore
-!PKGBUILD
+!.nvchecker.toml
!.SRCINFO
+!PKGBUILD
diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 000000000000..f7626dacd9a7
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,4 @@
+[munipack]
+source = "regex"
+url = "https://integral.physics.muni.cz/ftp/munipack/"
+regex = '<a href="munipack-(\d+\.\d+\.\d+).tar.gz"'