git » physfs.git » commit 29b2e63

Update to 3.0.2

author Antonio Rojas
2019-03-24 10:49:06 UTC
committer Antonio Rojas
2019-03-24 10:49:06 UTC
parent 340cf7bccd19c4cc1c6e4f2025697b4bfff34f32

Update to 3.0.2

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 0bf5605..e5b4574 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Eric BĂ©langer <eric@archlinux.org>
 
 pkgname=physfs
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc="A library to provide abstract access to various archives"
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=('ZLIB')
 depends=('zlib')
 makedepends=('cmake' 'doxygen')
 source=(http://icculus.org/physfs/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('9959a7acad0aa30d1a86d3a418e61155b0ac533c')
+sha1sums=('6a15c458898d0570101d8f173201cde9ced78df7')
 
 build() {
   mkdir build