Skip to content

Commit

Permalink
kpkg: update to v5.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Kreato <[email protected]>
  • Loading branch information
kreatoo committed Aug 12, 2023
1 parent b3fe2c7 commit 4384bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kpkg/run
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh
NAME="kpkg"
RELEASE="4"
VERSION="5.0.2"
VERSION="5.0.3"
SOURCES="https://github.com/kreatolinux/src/archive/refs/tags/v$VERSION.tar.gz"
BUILD_DEPENDS="nim"
DEPENDS="libarchive shadow openssl git fakeroot"
SHA256SUM="eb491a0f3b5900794498cb42cbb84fe81f967a986dcd51453280ed9bc5ddbe48 v5.0.2.tar.gz"
SHA256SUM="29f29444668e10b337ff97568faee4faf48e54ecf997c7f1547c1afe021b2abe v5.0.3.tar.gz"
DESCRIPTION="Kreato Linux's Package Manager"

build() {
Expand Down

0 comments on commit 4384bb3

Please sign in to comment.