summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4452112e6e9f..cefa26148ad3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mtg
pkgdesc = Bullshit-free MTProto proxy for Telegram
- pkgver = 2.1.6
- pkgrel = 2
+ pkgver = 2.1.7
+ pkgrel = 1
url = https://github.com/9seconds/mtg
install = mtg.install
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = mtg
license = MIT
makedepends = go
depends = glibc
- source = git+https://github.com/9seconds/mtg#tag=v2.1.6
+ source = git+https://github.com/9seconds/mtg#tag=v2.1.7
source = mtg@.service
source = example.toml
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 205501db5f66..cdb54ce82a32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mtg
-pkgver=2.1.6
-pkgrel=2
+pkgver=2.1.7
+pkgrel=1
pkgdesc='Bullshit-free MTProto proxy for Telegram'
arch=('x86_64' 'armv7h' 'aarch64') # possibly others?
url='https://github.com/9seconds/mtg'