summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarisan2022-02-01 11:54:13 +0000
committerSarisan2022-02-01 12:04:54 +0000
commitccd4a95ce294258ca95c6253be0155bb3f302dc6 (patch)
treecf29c40500524b4af068d233a7eaed993e857ca9
parent67edbe161ec8f919131cf562e322ca7dcfc489dd (diff)
downloadaur-ccd4a95ce294258ca95c6253be0155bb3f302dc6.tar.gz
Update version to 5.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef193f9ef312..f54484c832cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = telegram-bot-api
pkgdesc = Telegram Bot API server
- pkgver = 5.6.1
+ pkgver = 5.7
pkgrel = 1
url = https://core.telegram.org/bots
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = telegram-bot-api
depends = gcc-libs
provides = telegram-bot-api
conflicts = telegram-bot-api-git
- source = git+https://github.com/tdlib/telegram-bot-api.git#commit=93ccd2a145926612dc45c5e095560e43fbd94d2a
- source = git+https://github.com/tdlib/td.git#commit=14637caa64c2c992c1cde7c92cadb43a83d4435e
+ source = git+https://github.com/tdlib/telegram-bot-api.git#commit=c57b04c4c8c4e8d8bb6fdd0bd3bfb5b93b9d8f05
+ source = git+https://github.com/tdlib/td.git#commit=92c2a9c4e521df720abeaa9872e1c2b797d5c93f
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index eefc16f2a52e..628a395b0bcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sarisan Sekoohaka <sekoohaka.sarisan@gmail.com>
pkgname=telegram-bot-api
-pkgver=5.6.1
+pkgver=5.7
pkgrel=1
pkgdesc="Telegram Bot API server"
arch=('x86_64')
@@ -11,8 +11,8 @@ depends=('openssl' 'zlib' 'gcc-libs')
makedepends=('git' 'gcc>=4.9' 'gperf' 'cmake>=3.0.2')
provides=('telegram-bot-api')
conflicts=('telegram-bot-api-git')
-_commit=93ccd2a145926612dc45c5e095560e43fbd94d2a
-_commit1=14637caa64c2c992c1cde7c92cadb43a83d4435e
+_commit=c57b04c4c8c4e8d8bb6fdd0bd3bfb5b93b9d8f05
+_commit1=92c2a9c4e521df720abeaa9872e1c2b797d5c93f
source=("git+https://github.com/tdlib/telegram-bot-api.git#commit=$_commit"
"git+https://github.com/tdlib/td.git#commit=$_commit1")
sha256sums=('SKIP'