summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreric2022-02-22 20:33:07 -0500
committereric2022-02-22 20:33:07 -0500
commitb61da70d819f1b31da3d4ff72b3dce9782e23c0e (patch)
tree6515ae92f8dd208aa51551a45b78096ac3c847ad
parentce971068e1d987d717a77018a2abe6fd37695197 (diff)
downloadaur-b61da70d819f1b31da3d4ff72b3dce9782e23c0e.tar.gz
version 0.11.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83e9032e2920..d0da8c1736ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = picosnitch
pkgdesc = Protect your privacy, see which applications make network connections
- pkgver = 0.11.2
+ pkgver = 0.11.3
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.2.tar.gz::https://github.com/elesiuta/picosnitch/releases/download/v0.11.2/picosnitch.tar.gz
- sha256sums = 67941d74abcc1069ae2f8fd697e72ddfc77c69b017946e7ae61b5806a638c458
+ source = picosnitch-0.11.3.tar.gz::https://github.com/elesiuta/picosnitch/releases/download/v0.11.3/picosnitch.tar.gz
+ sha256sums = d03be6a9b3853d0ca4946ebacecf69f1e4cc0e18608469703ea99828fa4a30ba
pkgname = picosnitch
diff --git a/PKGBUILD b/PKGBUILD
index 60713afa6414..e409fd3bcf02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer : Eric Lesiuta <elesiuta@gmail.com>
pkgname=picosnitch
-pkgver=0.11.2
+pkgver=0.11.3
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=('67941d74abcc1069ae2f8fd697e72ddfc77c69b017946e7ae61b5806a638c458')
+sha256sums=('d03be6a9b3853d0ca4946ebacecf69f1e4cc0e18608469703ea99828fa4a30ba')
build() {
python setup.py build