summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorObserverOfTime2022-01-24 10:47:35 +0200
committerObserverOfTime2022-01-24 10:47:35 +0200
commit7eeba219e4a54eb04eac124286d7bae4ea9501d2 (patch)
treee74d39bfd7565b1a493bbc8a290ad846977220a8
parentdd4d093b6854a676d8c655a61d41487348ecb757 (diff)
downloadaur-zstd-cmake.tar.gz
updpkg: v1.5.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f915565bc9f..d6f00ae659a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zstd-cmake
pkgdesc = Zstandard - Fast real-time compression algorithm (with cmake files)
- pkgver = 1.5.1
+ pkgver = 1.5.2
pkgrel = 1
url = https://www.zstd.net/
arch = x86_64
@@ -11,14 +11,14 @@ pkgbase = zstd-cmake
depends = zlib
depends = xz
depends = lz4
- provides = zstd=1.5.1
- provides = zstd-static=1.5.1
+ provides = zstd=1.5.2
+ provides = zstd-static=1.5.2
provides = libzstd.so=1-64
conflicts = zstd
conflicts = zstd-static
conflicts = zstd-git
options = staticlibs
- source = https://github.com/facebook/zstd/releases/download/v1.5.1/zstd-1.5.1.tar.gz
- sha256sums = e28b2f2ed5710ea0d3a1ecac3f6a947a016b972b9dd30242369010e5f53d7002
+ source = https://github.com/facebook/zstd/releases/download/v1.5.2/zstd-1.5.2.tar.gz
+ sha256sums = 7c42d56fac126929a6a85dbc73ff1db2411d04f104fae9bdea51305663a83fd0
pkgname = zstd-cmake
diff --git a/PKGBUILD b/PKGBUILD
index 78ec538d569a..c620f961a75d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Based on zstd
pkgname=zstd-cmake
-pkgver=1.5.1
+pkgver=1.5.2
pkgrel=1
pkgdesc='Zstandard - Fast real-time compression algorithm (with cmake files)'
arch=(x86_64)
@@ -15,7 +15,7 @@ checkdepends=('gtest')
provides=("zstd=${pkgver}" "zstd-static=${pkgver}" "libzstd.so=1-64")
conflicts=('zstd' 'zstd-static' 'zstd-git')
source=("https://github.com/facebook/zstd/releases/download/v${pkgver}/zstd-${pkgver}.tar.gz")
-sha256sums=('e28b2f2ed5710ea0d3a1ecac3f6a947a016b972b9dd30242369010e5f53d7002')
+sha256sums=('7c42d56fac126929a6a85dbc73ff1db2411d04f104fae9bdea51305663a83fd0')
build() {
cd zstd-${pkgver}