summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarisan2023-01-11 12:32:43 +0300
committerSarisan2023-01-11 12:32:43 +0300
commitfda830b4457388612ce7f1cbddea8aac58eaa04e (patch)
tree71b28e80a33bcf31599819bdfd826f52d2eb3161
parent23b99e5ad7645adb9b0af304df3e810d3df19ac2 (diff)
downloadaur-fda830b4457388612ce7f1cbddea8aac58eaa04e.tar.gz
Update version to 6.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03be2b183910..eee0714ceb08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = telegram-bot-api
pkgdesc = Telegram Bot API server
- pkgver = 6.3.3
+ pkgver = 6.4.1
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=aec312006e07a56b903e8bd6391e005d283fb6c4
- source = git+https://github.com/tdlib/td.git#commit=e531ae2eb01d5c0ba2a195c8d860a4e53689a729
+ source = git+https://github.com/tdlib/telegram-bot-api.git#commit=d091a730fb85bcd57764863dc5a85af3455550e9
+ source = git+https://github.com/tdlib/td.git#commit=5ee9c7365b9533d207887e32a9d71645e5d30fd8
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d80c07619c80..a692cdca42e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sarisan Sekoohaka <sekoohaka.sarisan@gmail.com>
pkgname=telegram-bot-api
-pkgver=6.3.3
+pkgver=6.4.1
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=aec312006e07a56b903e8bd6391e005d283fb6c4
-_commit1=e531ae2eb01d5c0ba2a195c8d860a4e53689a729
+_commit=d091a730fb85bcd57764863dc5a85af3455550e9
+_commit1=5ee9c7365b9533d207887e32a9d71645e5d30fd8
source=("git+https://github.com/tdlib/telegram-bot-api.git#commit=$_commit"
"git+https://github.com/tdlib/td.git#commit=$_commit1")
sha256sums=('SKIP'