diff options
Diffstat (limited to 'main/command-not-found/APKBUILD')
-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 732334d294..1da7ba47d8 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.1 +pkgver=0.2 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="aeb69e6fc5eaebe8c4f50772cfed0ea669ac5896afa8f734beeb16db844ceecd07a9f81e2a22dcd0024ec5ec437586fa2d8f2e529bb6836b47d5ca11a4bb5dbc command-not-found-0.1.tar.gz" +sha512sums="93521acb196874e5898471a3f3c9cf09fe1585449c9a8efbdff6d53f3d5f5ef8133faeed1e44ce92deec9ba6366bd5100429bad17786f5458b9d092958e7f1d6 command-not-found-0.2.tar.gz" |