grafana: 10.1.1 -> 10.1.2

This commit is contained in:
Tim Biermann 2023-09-22 21:45:36 +02:00
parent 51c33e8bb6
commit 66f36dbac4
4 changed files with 50 additions and 8187 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3x3WG8G3MKllqRoIRuib1Q9s/iEvyU9CaXdaU9pvB4dzbjAP9Y8xHhs9et4ClLp+hgxrriuo5lI3cWP9aWkO7gw=
SHA256 (Pkgfile) = 8631b0add1e05b5a0a294fc5b67b4d70bb2d08a99e6ca93ae6890e24b600108b
SHA256 (.footprint) = e1873f1591f1e8953745873cfd39227497d7aa5999fcc500b7b2d3befd91ad55
SHA256 (grafana-10.1.1.tar.gz) = 55f8822105d15fcb6e8dbfb16c3636dfa6e08f8fc6cd1f98700adbb6ba28bbb4
RWSagIOpLGJF3+hNFFAtzkUOQ9lXttPcCqYQhx3S9NOMUDhUXzDvjCoew27bToCj7Z0/JVvkSVNFh9dlVFgvF5UEJKsVgG/z6w8=
SHA256 (Pkgfile) = 6957f5e7812da079054357c83da580053fe6e372427b3223c295cb7c9d30c8c0
SHA256 (.footprint) = 34e6bd6c948246f861fb5d9e183869d44290a5fec9345e5af2f4ff92cf458abb
SHA256 (grafana-10.1.2.tar.gz) = 4d0edd577f1ee4ccccc682339a45c07d29dc9c79c2ad950a22d68221773a1e56
SHA256 (grafana.confd) = 302e0281dea67cde2edd1e7d06bd7abf6a8b335595c050ffa874cb1c1bd19036
SHA256 (grafana.service) = 3b652a54c5f26d19197955854483687d7c761a2299788a182200acd5d1ffbb47

View File

@ -4,7 +4,7 @@
# Depends on: fontconfig go yarn-hydrogen
name=grafana
version=10.1.1
version=10.1.2
release=1
source=(https://github.com/grafana/grafana/archive/v$version/$name-$version.tar.gz
#https://dl.grafana.com/oss/release/grafana-$version.linux-amd64.tar.gz

View File

@ -0,0 +1,6 @@
#!/bin/sh
rm -f footprint.in
mv .footprint footprint.in
grep -v -E '[a-z0-9]{20}\.(js|js.map|js.LICENSE.txt|css)$' footprint.in > .footprint
rm -f footprint.in