diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-12-28 21:16:50 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-12-28 21:16:50 +0000 |
commit | d99208ac664462d50cc6e18d23c0c0bf276172a8 (patch) | |
tree | 537df1e1f9024745f4e291b57991f7dc8f7f4476 | |
parent | b2940d5db6b69d0b46bd3311b8f651eecfe4d571 (diff) | |
download | aports-d99208ac664462d50cc6e18d23c0c0bf276172a8.tar.bz2 aports-d99208ac664462d50cc6e18d23c0c0bf276172a8.tar.xz |
main/command-not-found: upgrade to 0.3
-rw-r--r-- | main/command-not-found/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/command-not-found/APKBUILD b/main/command-not-found/APKBUILD index 1da7ba47d8..70e34fd1e9 100644 --- a/main/command-not-found/APKBUILD +++ b/main/command-not-found/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=command-not-found -pkgver=0.2 +pkgver=0.3 pkgrel=0 pkgdesc="friendly command not found handling" url="https://github.com/kaniini/command-not-found" @@ -21,4 +21,4 @@ package() { install -m755 profiles/command-not-found.ash "$pkgdir"/etc/profile.d/command-not-found.sh } -sha512sums="93521acb196874e5898471a3f3c9cf09fe1585449c9a8efbdff6d53f3d5f5ef8133faeed1e44ce92deec9ba6366bd5100429bad17786f5458b9d092958e7f1d6 command-not-found-0.2.tar.gz" +sha512sums="6e171adb8d559255ab8c5d09df670f9c8403f5e231c550d4dfc1f6e29fc8beee83a3db43eb63b5fb62cb52ed83d375a7b2c10e59383668251068e088b123b1b8 command-not-found-0.3.tar.gz" |