summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreric2022-01-11 20:54:23 -0500
committereric2022-01-11 20:54:23 -0500
commit8d2bfd42ca511e76e640224db692ec9e3c37529d (patch)
treeea8f6f48a59e3731eb3c315be1c15077b316eef8
parente190dc8ea76b36aaf4205a945bd819c24bf0a6e5 (diff)
downloadaur-8d2bfd42ca511e76e640224db692ec9e3c37529d.tar.gz
version 0.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c4bb11a2392..141d07cd74d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = picosnitch
pkgdesc = Protect your privacy, see which processes make remote network connections
- pkgver = 0.9.0
+ pkgver = 0.9.1
pkgrel = 1
url = https://elesiuta.github.io/picosnitch/
arch = any
@@ -10,7 +10,7 @@ pkgbase = picosnitch
depends = dbus-python
depends = python-psutil
depends = python-requests
- source = picosnitch-0.9.0.tar.gz::https://github.com/elesiuta/picosnitch/releases/download/v0.9.0/picosnitch.tar.gz
- sha256sums = 23e0a37f4744a6a07b3dcd366f51bc2c1e568d99eb61f8f85e42409e9a51677a
+ source = picosnitch-0.9.1.tar.gz::https://github.com/elesiuta/picosnitch/releases/download/v0.9.1/picosnitch.tar.gz
+ sha256sums = 40826bf22f96d21b25c581efbc449a35c49a8b4035b3f2e52b1b9fb316751863
pkgname = picosnitch
diff --git a/PKGBUILD b/PKGBUILD
index 00836f1729a7..690b184cb6bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer : Eric Lesiuta <elesiuta@gmail.com>
pkgname=picosnitch
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
pkgdesc='Protect your privacy, see which processes make remote 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=('23e0a37f4744a6a07b3dcd366f51bc2c1e568d99eb61f8f85e42409e9a51677a')
+sha256sums=('40826bf22f96d21b25c581efbc449a35c49a8b4035b3f2e52b1b9fb316751863')
build() {
python setup.py build