summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreric2022-07-09 14:45:19 -0400
committereric2022-07-09 14:45:19 -0400
commit91a427b38ae2999804cadf41aba1724345741540 (patch)
tree53ccd44b12d4170d9febd80cb2b5ccaedfb0a93f
parent025bc9dfecdec6edb33ab7f09aecd737767904b6 (diff)
downloadaur-91a427b38ae2999804cadf41aba1724345741540.tar.gz
version 0.11.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 066bf24f9ad9..5f4befc276ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = picosnitch
pkgdesc = Protect your privacy, see which applications make network connections
- pkgver = 0.11.5
+ pkgver = 0.11.6
pkgrel = 1
url = https://elesiuta.github.io/picosnitch/
arch = any
@@ -13,7 +13,7 @@ pkgbase = picosnitch
depends = python-plotly
depends = python-psutil
depends = python-requests
- source = picosnitch-0.11.5.tar.gz::https://github.com/elesiuta/picosnitch/releases/download/v0.11.5/picosnitch.tar.gz
- sha256sums = dca86af62bd2bfa5635cd7431dc0487398fe16375b489807601e96a74f042d8d
+ source = picosnitch-0.11.6.tar.gz::https://github.com/elesiuta/picosnitch/releases/download/v0.11.6/picosnitch.tar.gz
+ sha256sums = 743f41b3859e7eb8a2023c073034a6f41fb71ac67ccf64e9f016925baada5952
pkgname = picosnitch
diff --git a/PKGBUILD b/PKGBUILD
index 836b56822f61..8b4817c99008 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer : Eric Lesiuta <elesiuta@gmail.com>
pkgname=picosnitch
-pkgver=0.11.5
+pkgver=0.11.6
pkgrel=1
pkgdesc='Protect your privacy, see which applications make network connections'
arch=('any')
@@ -13,7 +13,7 @@ optdepends=()
provides=()
conflicts=()
source=("picosnitch-${pkgver}.tar.gz::https://github.com/elesiuta/picosnitch/releases/download/v${pkgver}/picosnitch.tar.gz")
-sha256sums=('dca86af62bd2bfa5635cd7431dc0487398fe16375b489807601e96a74f042d8d')
+sha256sums=('743f41b3859e7eb8a2023c073034a6f41fb71ac67ccf64e9f016925baada5952')
build() {
python setup.py build