diff options
author | nixfloyd <nixfloyd@gmail.com> | 2020-01-01 22:24:28 +0000 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-02 10:28:53 +0100 |
commit | 78a5dce1b73c4cf263313b34893960e119688e8f (patch) | |
tree | 095a78826967351b749219b584de9840298946e3 | |
parent | 892be58bf5ed0c2de4182b4395a318b116ed788a (diff) | |
download | aports-78a5dce1b73c4cf263313b34893960e119688e8f.tar.bz2 aports-78a5dce1b73c4cf263313b34893960e119688e8f.tar.xz |
community/prometheus: bump pkgrel
-rw-r--r-- | community/prometheus/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/prometheus/APKBUILD b/community/prometheus/APKBUILD index 30f63f5cb9..76eeada46e 100644 --- a/community/prometheus/APKBUILD +++ b/community/prometheus/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=prometheus pkgver=2.15.1 -pkgrel=1 +pkgrel=2 pkgdesc="The Prometheus monitoring system and time series database" url="https://github.com/prometheus/prometheus" arch="all" |