summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarisan2022-11-07 05:25:13 +0500
committerSarisan2022-11-07 05:25:13 +0500
commit544f6216d0546a431a23400334c60d62d375507f (patch)
treea8e4f468364d71a81d8d05570d71e9e426342299
parenta6be7706ea6f5acdec90764a663125b74529415d (diff)
downloadaur-544f6216d0546a431a23400334c60d62d375507f.tar.gz
Update version to 6.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a305a66e61e..c78f7848d50e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = telegram-bot-api
pkgdesc = Telegram Bot API server
- pkgver = 6.2
+ pkgver = 6.3
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=f59097ab16232995ed5bdc3feff4f3ca82c9b127
- source = git+https://github.com/tdlib/td.git#commit=d9cfcf88fe4ad06dae1716ce8f66bbeb7f9491d9
+ source = git+https://github.com/tdlib/telegram-bot-api.git#commit=571baeead026fd6c671e00d6c5cf76d2bdf8eeb1
+ source = git+https://github.com/tdlib/td.git#commit=bbe37ee594d97f3c7820dd23ebcd9c9b8dac51a0
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f64c746f9e65..fa4b00ef3bb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sarisan Sekoohaka <sekoohaka.sarisan@gmail.com>
pkgname=telegram-bot-api
-pkgver=6.2
+pkgver=6.3
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=f59097ab16232995ed5bdc3feff4f3ca82c9b127
-_commit1=d9cfcf88fe4ad06dae1716ce8f66bbeb7f9491d9
+_commit=571baeead026fd6c671e00d6c5cf76d2bdf8eeb1
+_commit1=bbe37ee594d97f3c7820dd23ebcd9c9b8dac51a0
source=("git+https://github.com/tdlib/telegram-bot-api.git#commit=$_commit"
"git+https://github.com/tdlib/td.git#commit=$_commit1")
sha256sums=('SKIP'