diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-04-19 15:07:17 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-19 19:24:27 +0200 |
commit | 6a06632b14e5b7ae22eda9f1fada28d272630e7d (patch) | |
tree | a7f58572cfa9b6d226812c021f3610a47e28a3da | |
parent | c990ef28c7f48a911e32f49150237f826b2a771a (diff) | |
download | buildroot-6a06632b14e5b7ae22eda9f1fada28d272630e7d.tar.gz buildroot-6a06632b14e5b7ae22eda9f1fada28d272630e7d.zip |
package/feh: bump version to 2.12.1
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/feh/feh.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/feh/feh.mk b/package/feh/feh.mk index 15d3218fc7..0c4c164c30 100644 --- a/package/feh/feh.mk +++ b/package/feh/feh.mk @@ -4,7 +4,7 @@ # ################################################################################ -FEH_VERSION = 2.12 +FEH_VERSION = 2.12.1 FEH_SOURCE = feh-$(FEH_VERSION).tar.bz2 FEH_SITE = http://feh.finalrewind.org FEH_DEPENDENCIES = libcurl imlib2 libpng xlib_libXinerama xlib_libXt |