diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-03 08:15:51 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-03 08:32:43 +0100 |
commit | f6f964163f5f8c98d2bb87b42ac9a4a9dc9b45f4 (patch) | |
tree | 373bb97fe97ecc7262564f36bfc8e9759978ca5d /testing/wslu | |
parent | f51c23b16560b182713ef28c7efc5ef7cf203083 (diff) | |
download | aports-f6f964163f5f8c98d2bb87b42ac9a4a9dc9b45f4.tar.bz2 aports-f6f964163f5f8c98d2bb87b42ac9a4a9dc9b45f4.tar.xz |
testing/wslu: upgrade to 2.3.4
Diffstat (limited to 'testing/wslu')
-rw-r--r-- | testing/wslu/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/wslu/APKBUILD b/testing/wslu/APKBUILD index ae7611357c..9387f74e7d 100644 --- a/testing/wslu/APKBUILD +++ b/testing/wslu/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Patrick Wu <wotingwu@live.com> # Contributor: Patrick Wu <wotingwu@live.com> pkgname=wslu -pkgver=2.3.2 +pkgver=2.3.4 pkgrel=0 pkgdesc="A collection of utilities for Windows 10 Linux Subsystems" url="https://github.com/wslutilities/wslu" @@ -26,4 +26,4 @@ package() { install -Dm 555 src/etc/* -t "$pkgdir"/usr/share/wslu/ } -sha512sums="a99314e67713aeba8c4a93f7ff03e9e036d3942b5a90bbaa366a3af62541af2842490f91fb7a957ab821de2ba2882b409e0e3f4f37db7a332ee941a75e524dba wslu-2.3.2.tar.gz" +sha512sums="89ea42fc0d0d5f9883118cd0b624e78a200b6f623fcb9b39621d1bb656201fda53d87cd185f5b791e2077fe228ef6e5dad921ffcd1def02544a567e2c1e83afc wslu-2.3.4.tar.gz" |