summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-filesystems/recipes-support/physfs/physfs_3.0.1.bb (renamed from meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb b/meta-filesystems/recipes-support/physfs/physfs_3.0.1.bb
index dc2c10649..cc97dead5 100644
--- a/meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb
+++ b/meta-filesystems/recipes-support/physfs/physfs_3.0.1.bb
@@ -1,7 +1,7 @@
1SUMMARY = "PhysicsFS is a library to provide abstract access to various archives" 1SUMMARY = "PhysicsFS is a library to provide abstract access to various archives"
2HOMEAPAGE = "http://icculus.org/physfs" 2HOMEAPAGE = "http://icculus.org/physfs"
3LICENSE = "Zlib" 3LICENSE = "Zlib"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5d94e3eaaa10b00ca803ba35a3e87cde" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2668e2fb051c3e564198e146a9a2d9f0"
5DEPENDS = "readline zlib" 5DEPENDS = "readline zlib"
6 6
7inherit cmake 7inherit cmake
@@ -9,5 +9,5 @@ inherit cmake
9PE = "1" 9PE = "1"
10 10
11SRC_URI = "http://icculus.org/${BPN}/downloads/${BP}.tar.bz2" 11SRC_URI = "http://icculus.org/${BPN}/downloads/${BP}.tar.bz2"
12SRC_URI[md5sum] = "c2c727a8a8deb623b521b52d0080f613" 12SRC_URI[md5sum] = "359f102bcbd62accf84ef32f4863255d"
13SRC_URI[sha256sum] = "ca862097c0fb451f2cacd286194d071289342c107b6fe69079c079883ff66b69" 13SRC_URI[sha256sum] = "b77b9f853168d9636a44f75fca372b363106f52d789d18a2f776397bf117f2f1"