summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarisan2022-11-15 06:40:32 +0500
committerSarisan2022-11-15 06:40:32 +0500
commit428dc6a2d7864988745e6e7f34484f4ab1af2171 (patch)
treee8b55559532862be1ff35f3e201941048e3afd09
parent4499b00a20ee7dce427cb2854382c4be18edf8cf (diff)
downloadaur-428dc6a2d7864988745e6e7f34484f4ab1af2171.tar.gz
Update version to 6.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c78f7848d50e..14bd0275467d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = telegram-bot-api
pkgdesc = Telegram Bot API server
- pkgver = 6.3
+ pkgver = 6.3.2
pkgrel = 1
url = https://core.telegram.org/bots
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = telegram-bot-api
depends = zlib
provides = telegram-bot-api
conflicts = telegram-bot-api-git
- source = git+https://github.com/tdlib/telegram-bot-api.git#commit=571baeead026fd6c671e00d6c5cf76d2bdf8eeb1
- source = git+https://github.com/tdlib/td.git#commit=bbe37ee594d97f3c7820dd23ebcd9c9b8dac51a0
+ source = git+https://github.com/tdlib/telegram-bot-api.git#commit=a822b35d8737c4aab01d702c788a28dc75aa0f55
+ source = git+https://github.com/tdlib/td.git#commit=7eba19887ad834fd731b6b07b53c2426fe4beb59
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0984b55f1926..7c29c30e344a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sarisan Sekoohaka <sekoohaka.sarisan@gmail.com>
pkgname=telegram-bot-api
-pkgver=6.3
+pkgver=6.3.2
pkgrel=1
pkgdesc="Telegram Bot API server"
arch=('x86_64')
@@ -11,8 +11,8 @@ depends=('gcc-libs' 'openssl' 'zlib')
makedepends=('cmake>=3.0.2' 'gcc>=4.9.2' 'git' 'gperf')
provides=('telegram-bot-api')
conflicts=('telegram-bot-api-git')
-_commit=571baeead026fd6c671e00d6c5cf76d2bdf8eeb1
-_commit1=bbe37ee594d97f3c7820dd23ebcd9c9b8dac51a0
+_commit=a822b35d8737c4aab01d702c788a28dc75aa0f55
+_commit1=7eba19887ad834fd731b6b07b53c2426fe4beb59
source=("git+https://github.com/tdlib/telegram-bot-api.git#commit=$_commit"
"git+https://github.com/tdlib/td.git#commit=$_commit1")
sha256sums=('SKIP'