diff --git a/community/busybox/PKGBUILD b/community/busybox/PKGBUILD
index 78a325233..07906794b 100644
--- a/community/busybox/PKGBUILD
+++ b/community/busybox/PKGBUILD
@@ -6,7 +6,7 @@
 #  - don't build with musl-gcc
 
 pkgname=busybox
-pkgver=1.28.1
+pkgver=1.28.2
 pkgrel=1
 pkgdesc="Utilities for rescue and embedded systems"
 arch=("x86_64")
@@ -16,7 +16,7 @@ makedepends=("make" "gcc" "sed" "ncurses")
 install=busybox.install
 source=("$url/downloads/$pkgname-$pkgver.tar.bz2"
 	"config")
-sha256sums=('98fe1d3c311156c597cd5cfa7673bb377dc552b6fa20b5d3834579da3b13652e'
+sha256sums=('b64a94a60877c96838ee60e75765576ecc8756bf3636485117637604acb84b0d'
             '5ac1b35aa9fee3be15a4ce10e533de35ea9e51f888186a45222e102f35c36bc6')
 
 build() {