[arch-commits] Commit in zstd/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Fri Jan 8 03:25:59 UTC 2021


    Date: Friday, January 8, 2021 @ 03:25:58
  Author: allan
Revision: 405707

upgpkg: zstd 1.4.8-1: upstream update

Modified:
  zstd/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-08 03:13:45 UTC (rev 405706)
+++ PKGBUILD	2021-01-08 03:25:58 UTC (rev 405707)
@@ -3,16 +3,16 @@
 # Contributor: Johan Förberg <johan at forberg.se>
 
 pkgname=zstd
-pkgver=1.4.5
+pkgver=1.4.8
 pkgrel=1
 pkgdesc='Zstandard - Fast real-time compression algorithm'
 arch=(x86_64)
-url='https://www.zstd.net/'
+url='https://facebook.github.io/zstd/'
 license=(BSD GPL2)
 depends=(zlib xz lz4)
 makedepends=(gtest)
-source=(https://github.com/facebook/zstd/releases/download/v${pkgver}/zstd-${pkgver}.tar.gz)
-sha256sums=('734d1f565c42f691f8420c8d06783ad818060fc390dee43ae0a89f86d0a4f8c2')
+source=(https://github.com/facebook/zstd/releases/download/v${pkgver}/zstd-${pkgver}.tar.zst)
+sha256sums=('c7ea10e20dd61b457220455e3cf553069987b968b7c63d1b9d46acbdb45623eb')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list