diff options
author | Petr Vorel <petr.vorel@gmail.com> | 2018-09-11 23:04:33 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-09-12 10:12:33 +0200 |
commit | 32d3e23734530484f47a1e6afda54644c50361c5 (patch) | |
tree | 6b43afbad0f24d03884f84a38d607143c7bf3dc6 | |
parent | faf52122451f833ab018b3532798cde2ba829430 (diff) | |
download | buildroot-32d3e23734530484f47a1e6afda54644c50361c5.tar.gz buildroot-32d3e23734530484f47a1e6afda54644c50361c5.zip |
feh: bump to version 2.27.1
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | package/feh/feh.hash | 2 | ||||
-rw-r--r-- | package/feh/feh.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/feh/feh.hash b/package/feh/feh.hash index 0653fc2eee..e8dcb7624d 100644 --- a/package/feh/feh.hash +++ b/package/feh/feh.hash @@ -1,2 +1,2 @@ # Locally calculated after checking pgp signature -sha256 b1d6bfdd79060d864b8eff05b916153be04801998148620125e3ac31f99f6c86 feh-2.26.tar.bz2 +sha256 6ec338f80c3f4c30d715f44780f1a09ebfbb99e92a1bb43316428744a839f383 feh-2.27.1.tar.bz2 diff --git a/package/feh/feh.mk b/package/feh/feh.mk index 0bbec23111..403485c550 100644 --- a/package/feh/feh.mk +++ b/package/feh/feh.mk @@ -4,7 +4,7 @@ # ################################################################################ -FEH_VERSION = 2.26 +FEH_VERSION = 2.27.1 FEH_SOURCE = feh-$(FEH_VERSION).tar.bz2 FEH_SITE = http://feh.finalrewind.org FEH_DEPENDENCIES = libcurl imlib2 libpng xlib_libXinerama xlib_libXt |