summarylogtreecommitdiffstats
path: root/renovate.json
diff options
context:
space:
mode:
authorchristian2021-03-26 19:28:38 +0100
committerchristian2021-03-26 19:28:38 +0100
commitd0990a2ddbd4d11cbeb13ca242911886d4a453cf (patch)
tree9e331d8a88f16152674c0886af4bb88ef5703dde /renovate.json
parentf2fd478eb32db091aa2103414422b5994d2f6fa8 (diff)
downloadaur-d0990a2ddbd4d11cbeb13ca242911886d4a453cf.tar.gz
attempt to update hash
Diffstat (limited to 'renovate.json')
-rw-r--r--renovate.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/renovate.json b/renovate.json
index e2a6bdaecaa3..1168b2013712 100644
--- a/renovate.json
+++ b/renovate.json
@@ -14,6 +14,10 @@
{
"fileMatch": ["^PKGBUILD$"],
"matchStrings": ["pkgver=(?<currentValue>.*) # (?<datasource>.*?)/(?<depName>.*?)\\s"]
+ },
+ {
+ "fileMatch": ["^PKGBUILD$"],
+ "matchStrings": ["sha256sums=(?<currentValue>.*) # (?<datasource>.*?)/(?<depName>.*?)\\s"]
}
]
}