summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaria Lisina2024-06-01 21:45:05 +0300
committerMaria Lisina2024-06-01 21:45:05 +0300
commit4d3bd5c5c1170914573fbc122effcf71537bb2d1 (patch)
tree54309c7162d38ae8393f11950ec69c5110c2cb3c
parentecd849d80880e81f3fad1bdfd9046bbc78758445 (diff)
downloadaur-4d3bd5c5c1170914573fbc122effcf71537bb2d1.tar.gz
Update version to 7.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb248c1524d7..956a4b5c3025 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = telegram-bot-api
pkgdesc = Telegram Bot API server
- pkgver = 7.3
+ pkgver = 7.4
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=f95d406da67adb8ac13d9c562291aa57c65398e0
- source = git+https://github.com/tdlib/td.git#commit=af69dd4397b6dc1bf23ba0fd0bf429fcba6454f6
+ source = git+https://github.com/tdlib/telegram-bot-api.git#commit=831968def2449efd9bbf630d8bd0296fa456db2d
+ source = git+https://github.com/tdlib/td.git#commit=fab354add5a257a8121a4a7f1ff6b1b9fa9a9073
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b2416b0bd0ea..019c95e6d2f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maria Lisina <sekoohaka.sarisan@gmail.com>
pkgname=telegram-bot-api
-pkgver=7.3
+pkgver=7.4
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=f95d406da67adb8ac13d9c562291aa57c65398e0
-_commit1=af69dd4397b6dc1bf23ba0fd0bf429fcba6454f6
+_commit=831968def2449efd9bbf630d8bd0296fa456db2d
+_commit1=fab354add5a257a8121a4a7f1ff6b1b9fa9a9073
source=("git+https://github.com/tdlib/telegram-bot-api.git#commit=$_commit"
"git+https://github.com/tdlib/td.git#commit=$_commit1")
sha256sums=('SKIP'