diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2015-07-27 20:35:21 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2015-07-27 20:35:21 +0200 |
commit | 06a8ca0eac6dfecfd000fe07039275ae64161ce7 (patch) | |
tree | adfdf525f63b8a6c4ab26c850ec107ebd49b86f3 | |
parent | 36058276d10b5eaf3f6800bef58446e9400f870e (diff) | |
download | opt-06a8ca0eac6dfecfd000fe07039275ae64161ce7.tar.gz opt-06a8ca0eac6dfecfd000fe07039275ae64161ce7.tar.xz |
harfbuzz: updated to 1.0.1
-rw-r--r-- | harfbuzz/.footprint | 6 | ||||
-rw-r--r-- | harfbuzz/.md5sum | 2 | ||||
-rw-r--r-- | harfbuzz/Pkgfile | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/harfbuzz/.footprint b/harfbuzz/.footprint index aceef7ffb..1527bfedf 100644 --- a/harfbuzz/.footprint +++ b/harfbuzz/.footprint @@ -26,8 +26,8 @@ drwxr-xr-x root/root usr/include/harfbuzz/ -rw-r--r-- root/root usr/include/harfbuzz/hb.h drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libharfbuzz.la -lrwxrwxrwx root/root usr/lib/libharfbuzz.so -> libharfbuzz.so.0.941.0 -lrwxrwxrwx root/root usr/lib/libharfbuzz.so.0 -> libharfbuzz.so.0.941.0 --rwxr-xr-x root/root usr/lib/libharfbuzz.so.0.941.0 +lrwxrwxrwx root/root usr/lib/libharfbuzz.so -> libharfbuzz.so.0.10000.1 +lrwxrwxrwx root/root usr/lib/libharfbuzz.so.0 -> libharfbuzz.so.0.10000.1 +-rwxr-xr-x root/root usr/lib/libharfbuzz.so.0.10000.1 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/harfbuzz.pc diff --git a/harfbuzz/.md5sum b/harfbuzz/.md5sum index 122e0bda6..35fdffe56 100644 --- a/harfbuzz/.md5sum +++ b/harfbuzz/.md5sum @@ -1 +1 @@ -a2966f1b6a470c2cd84eb511f924cf68 harfbuzz-0.9.41.tar.bz2 +b9c144965dfde96672a7c6bdd4f9bf64 harfbuzz-1.0.1.tar.bz2 diff --git a/harfbuzz/Pkgfile b/harfbuzz/Pkgfile index 41351f295..88f4ce08d 100644 --- a/harfbuzz/Pkgfile +++ b/harfbuzz/Pkgfile @@ -4,7 +4,7 @@ # Depends on: cairo name=harfbuzz -version=0.9.41 +version=1.0.1 release=1 source=(http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$version.tar.bz2) |