diff options
author | Carlos Aznarán | 2024-07-28 12:35:07 -0500 |
---|---|---|
committer | Carlos Aznarán | 2024-07-28 12:35:07 -0500 |
commit | 2a8ff62fe36ecf6375cc18d30d2fb8cd8264c369 (patch) | |
tree | baebce842090abb053c47e78ec5821103777ad3d /.nvchecker.toml | |
parent | 0b060c627813853d4a2023fddd7430c09e69390b (diff) | |
download | aur-2a8ff62fe36ecf6375cc18d30d2fb8cd8264c369.tar.gz |
Add .nvchecker.toml
Diffstat (limited to '.nvchecker.toml')
-rw-r--r-- | .nvchecker.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.nvchecker.toml b/.nvchecker.toml new file mode 100644 index 000000000000..b5cf600fb693 --- /dev/null +++ b/.nvchecker.toml @@ -0,0 +1,5 @@ +[python-pyoxipng] +source = "github" +github = "nfrasser/pyoxipng" +use_latest_release = "true" +prefix = "v"
\ No newline at end of file |