summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVVL2019-11-20 13:45:38 +0300
committerVVL2019-11-20 13:45:38 +0300
commitcfb54b7811bc88d367e521d6aec59c6795ca11e2 (patch)
tree65d97205bb16fb7ee3f67a15b539aa311a45652a
parentcb6b02515f12b229d989316cef642678be7d2769 (diff)
downloadaur-cfb54b7811bc88d367e521d6aec59c6795ca11e2.tar.gz
update to 1.0.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 688cddabc127..14372f69bfd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mtprotoproxy
pkgdesc = Telegram MTProto proxy written in pure python
- pkgver = 1.0.7
+ pkgver = 1.0.8
pkgrel = 1
url = https://github.com/alexbers/mtprotoproxy
arch = any
@@ -8,9 +8,9 @@ pkgbase = mtprotoproxy
depends = python
depends = python-pycryptodome
backup = etc/mtprotoproxy.conf
- source = https://github.com/alexbers/mtprotoproxy/archive/v1.0.7.tar.gz
+ source = https://github.com/alexbers/mtprotoproxy/archive/v1.0.8.tar.gz
source = mtprotoproxy.service
- sha256sums = 6c279ccd89f3c942c7d764f6f98227a1d6a5d9c45c868199b6572431994b10a3
+ sha256sums = 9bc74887c99de88b9d2075af249a0c6be12470f481697eeb10d8c8efaa50a074
sha256sums = cd993b52610d68361a3faf9500b744f5d5e4e8eb3e79effc36098576f24b950c
pkgname = mtprotoproxy
diff --git a/PKGBUILD b/PKGBUILD
index ad8be3e443c4..7462a3b65f3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: VVL <me@ivvl.ru>
pkgname=mtprotoproxy
-pkgver=1.0.7
+pkgver=1.0.8
pkgrel=1
pkgdesc="Telegram MTProto proxy written in pure python"
arch=(any)
@@ -11,7 +11,7 @@ license=('MIT')
source=("https://github.com/alexbers/mtprotoproxy/archive/v$pkgver.tar.gz"
"mtprotoproxy.service")
depends=('python' 'python-pycryptodome')
-sha256sums=('6c279ccd89f3c942c7d764f6f98227a1d6a5d9c45c868199b6572431994b10a3'
+sha256sums=('9bc74887c99de88b9d2075af249a0c6be12470f481697eeb10d8c8efaa50a074'
'cd993b52610d68361a3faf9500b744f5d5e4e8eb3e79effc36098576f24b950c')
backup=('etc/mtprotoproxy.conf')
package() {