summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorj.r2022-08-30 22:21:45 +0200
committerj.r2022-08-30 22:21:45 +0200
commit5986e365df5be019416a7fc6847da8c752b374f7 (patch)
tree0ae3fbd3723c2c175f82da8f3917ffd51a78927b
parent99978be527eaffc76255d4a6e7a11341917cc364 (diff)
downloadaur-5986e365df5be019416a7fc6847da8c752b374f7.tar.gz
upgrade to 1.8.5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4de77f87a20..03bb69c7cc40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libtd
pkgdesc = Cross-platform library for building Telegram clients
- pkgver = 1.8.3
+ pkgver = 1.8.5
pkgrel = 1
url = https://core.telegram.org/tdlib
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = libtd
depends = gcc-libs
provides = libtd
conflicts = telegram-tdlib
- source = libtd::git+https://github.com/tdlib/td.git#commit=054a823c1a812ee3e038f702c6d8ba3e6974be9c
+ source = libtd::git+https://github.com/tdlib/td.git#commit=d9cfcf88fe4ad06dae1716ce8f66bbeb7f9491d9
md5sums = SKIP
pkgname = libtd
diff --git a/PKGBUILD b/PKGBUILD
index b302a7e8e125..8d52dbf15098 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Felix Serrano Blanco <felixseblanc@gmail.com>
pkgname=libtd
-pkgver=1.8.3
+pkgver=1.8.5
pkgrel=1
pkgdesc="Cross-platform library for building Telegram clients "
arch=('x86_64')
@@ -22,7 +22,7 @@ makedepends=(
)
provides=('libtd')
conflicts=('telegram-tdlib')
-_commit=054a823c1a812ee3e038f702c6d8ba3e6974be9c
+_commit=d9cfcf88fe4ad06dae1716ce8f66bbeb7f9491d9
source=("$pkgname::git+https://github.com/tdlib/td.git#commit=$_commit")
md5sums=('SKIP')