Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
Update to 1.21.0
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-community/svn@821419 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
arojas authored and svntogit committed Jan 17, 2021
1 parent df6a38e commit 2795814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trunk/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrzej Giniewicz <gginiu@gmail.com>

pkgname=blosc
pkgver=1.20.1
pkgver=1.21.0
pkgrel=1
pkgdesc='A blocking, shuffling and loss-less compression library.'
arch=('x86_64')
Expand All @@ -11,7 +11,7 @@ depends=('snappy' 'zstd')
makedepends=('cmake')
options=(staticlibs)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz")
sha256sums=('42c4d3fcce52af9f8e2078f8f57681bfc711706a3330cb72b9b39e05ae18a413')
sha256sums=('b0ef4fda82a1d9cbd11e0f4b9685abf14372db51703c595ecd4d76001a8b342d')

build() {
cd "${srcdir}"
Expand Down

0 comments on commit 2795814

Please sign in to comment.