diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-08-05 11:29:17 +0200 |
---|---|---|
committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-08-10 00:00:14 +0200 |
commit | 411b0b4b649745ada32b29da740951d8b7be1a75 (patch) | |
tree | 0daec33b556d29efc8fa2777dad4655c6466812b | |
parent | 7dc630cd4746ba36b760299e635b71d6ec21a672 (diff) | |
download | buildroot-411b0b4b649745ada32b29da740951d8b7be1a75.tar.gz buildroot-411b0b4b649745ada32b29da740951d8b7be1a75.zip |
package/luv: bump version to 1.9.1-1
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-rw-r--r-- | package/luv/luv.hash | 2 | ||||
-rw-r--r-- | package/luv/luv.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/luv/luv.hash b/package/luv/luv.hash index 140fe96386..44f4048df3 100644 --- a/package/luv/luv.hash +++ b/package/luv/luv.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 2eab80360f8ab6793612bb59d067a56664ac9a5a14988e0a09a53d0bff20c131 luv-1.9.1-0.tar.gz +sha256 1051cfbdc361d5ea6d978fd71273b94c8a5007d76af498b456b297b18de9622c luv-1.9.1-1.tar.gz diff --git a/package/luv/luv.mk b/package/luv/luv.mk index 43cecf57fc..633bfe6890 100644 --- a/package/luv/luv.mk +++ b/package/luv/luv.mk @@ -4,7 +4,7 @@ # ################################################################################ -LUV_VERSION = 1.9.1-0 +LUV_VERSION = 1.9.1-1 LUV_SITE = https://github.com/luvit/luv/releases/download/$(LUV_VERSION) LUV_LICENSE = Apache-2.0 LUV_LICENSE_FILES = LICENSE.txt |