summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52358c03d33c..e83cfc05700b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = container-stats-bin
pkgdesc = A small tool to analyze RAM usage of large amounts of docker containers
- pkgver = 0.5.1
+ pkgver = 0.5.2
pkgrel = 1
url = https://github.com/brandad-systems/container-stats
arch = x86_64
license = MIT
- source = https://github.com/brandad-systems/container-stats/releases/download/v0.5.1/container-stats-x86_64-unknown-linux-musl
- source = https://raw.githubusercontent.com/brandad-systems/container-stats/v0.5.1/LICENSE
- sha256sums = 4a933fc81d7f03e189370ee89aa32cc121bdd3c8fbc978052db69cf141c8902d
+ source = https://github.com/brandad-systems/container-stats/releases/download/v0.5.2/container-stats-x86_64-unknown-linux-musl
+ source = https://raw.githubusercontent.com/brandad-systems/container-stats/v0.5.2/LICENSE
+ sha256sums = 9d08b117ae816241bb6623411b3710e0bf8463e920062bdb54df70df180cbe48
sha256sums = 6047f2bc57e9a94336c69b3f9369a79cb9a09d158f73d6bd00027dc4765de0d3
pkgname = container-stats-bin
diff --git a/PKGBUILD b/PKGBUILD
index 28fdf097ec46..3ea291c3cd78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: MCOfficer <MCOfficer@gmx.de>
pkgname=container-stats-bin
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
arch=(x86_64)
pkgdesc="A small tool to analyze RAM usage of large amounts of docker containers"
@@ -14,7 +14,7 @@ source=(
"https://raw.githubusercontent.com/brandad-systems/container-stats/v${pkgver}/LICENSE"
)
sha256sums=(
- '4a933fc81d7f03e189370ee89aa32cc121bdd3c8fbc978052db69cf141c8902d'
+ '9d08b117ae816241bb6623411b3710e0bf8463e920062bdb54df70df180cbe48'
'6047f2bc57e9a94336c69b3f9369a79cb9a09d158f73d6bd00027dc4765de0d3'
)