summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNbiba Bedis2020-01-03 09:55:57 +0100
committerNbiba Bedis2020-01-03 09:55:57 +0100
commit8715d51f8df6a09cf797d5117ca66a5bc049916b (patch)
tree757bfb5d10194958d5382543424d77c08ebf3ae1
parent948bd6ba670ab8cc62fbf91f8c28aaf5dbb18f12 (diff)
downloadaur-8715d51f8df6a09cf797d5117ca66a5bc049916b.tar.gz
add sha256sums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c282877a5b3..5c0f06f589e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = traffictoll
pkgdesc = NetLimiter-like traffic shaping for Linux
pkgver = 0.1.0
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/cryzed/TrafficToll
arch = any
license = GPL3
@@ -11,7 +11,7 @@ pkgbase = traffictoll
depends = python-psutil
depends = python-loguru
source = https://github.com/cryzed/TrafficToll/archive/master.zip
- md5sums = dc4a3b226cfdc4b86599859653446151
+ sha256sums = a6dd70864687265b562f17baaa78acffb6da552028156131c4ed03eded0e01c6
pkgname = traffictoll
diff --git a/PKGBUILD b/PKGBUILD
index 0b8f2e4ea4cf..60e37ed26f8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('traffictoll')
pkgver=0.1.0
-pkgrel=5
+pkgrel=6
pkgdesc='NetLimiter-like traffic shaping for Linux'
arch=('any')
url='https://github.com/cryzed/TrafficToll'
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('python' 'python-ruamel-yaml' 'python-psutil' 'python-loguru')
makedepends=('python-setuptools')
source=("https://github.com/cryzed/TrafficToll/archive/master.zip")
-md5sums=('dc4a3b226cfdc4b86599859653446151')
+sha256sums=('a6dd70864687265b562f17baaa78acffb6da552028156131c4ed03eded0e01c6')
package() {
cd "TrafficToll-master"