summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksandr Natalenko2021-10-14 10:13:52 +0200
committerOleksandr Natalenko2021-10-14 10:13:52 +0200
commitdf6781827dd06a40925a085cc3b9092f867dead5 (patch)
treef81bdf0e403be2716f73345a917b584362c78eed
parent393f799669cddfd18c070674ab2cec84f968c2c0 (diff)
downloadaur-df6781827dd06a40925a085cc3b9092f867dead5.tar.gz
update umask
Signed-off-by: Oleksandr Natalenko <oleksandr@natalenko.name>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 856d097824ca..9e909a25d87d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bandwidthd
pkgdesc = Daemon for graphing traffic of subnet machines
- pkgver = 2.0.5
+ pkgver = 2.0.6
pkgrel = 1
epoch = 1
url = https://gitlab.com/post-factum/bandwidthd
@@ -13,7 +13,7 @@ pkgbase = bandwidthd
depends = nginx
backup = etc/bandwidthd/bandwidthd.conf
backup = etc/bandwidthd/bandwidthd-webui.conf
- source = bandwidthd-2.0.5.tar.bz2::https://gitlab.com/post-factum/bandwidthd/-/archive/v2.0.5/bandwidthd-v2.0.5.tar.bz2
- sha256sums = 94f01b4c887b831e0158ba2140d7fc6e287648fd7ddbf3ea5b51a2d71f9b315a
+ source = bandwidthd-2.0.6.tar.bz2::https://gitlab.com/post-factum/bandwidthd/-/archive/v2.0.6/bandwidthd-v2.0.6.tar.bz2
+ sha256sums = 432c532b857057d2e2b6e4bc61e696a3a326815531eb122c50c4e0e0acb3fc3d
pkgname = bandwidthd
diff --git a/PKGBUILD b/PKGBUILD
index b4ee0a703fe9..466c53d22e2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=bandwidthd
_repouser=post-factum
_reponame=bandwidthd
-pkgver=2.0.5
+pkgver=2.0.6
pkgrel=1
epoch=1
pkgdesc="Daemon for graphing traffic of subnet machines"
@@ -14,7 +14,7 @@ depends=(sqlite libpcap libpng gd nginx)
source=(${pkgname}-${pkgver}.tar.bz2::https://gitlab.com/${_repouser}/${_reponame}/-/archive/v${pkgver}/${_reponame}-v${pkgver}.tar.bz2)
-sha256sums=('94f01b4c887b831e0158ba2140d7fc6e287648fd7ddbf3ea5b51a2d71f9b315a')
+sha256sums=('432c532b857057d2e2b6e4bc61e696a3a326815531eb122c50c4e0e0acb3fc3d')
backup=('etc/bandwidthd/bandwidthd.conf'
'etc/bandwidthd/bandwidthd-webui.conf')