diff options
Diffstat (limited to 'core')
-rwxr-xr-x | core/sbase/build | 3 | ||||
-rw-r--r-- | core/sbase/checksums | 2 | ||||
-rw-r--r-- | core/sbase/sources | 2 | ||||
-rw-r--r-- | core/sbase/version | 2 |
4 files changed, 5 insertions, 4 deletions
diff --git a/core/sbase/build b/core/sbase/build index fdc07891..6781199d 100755 --- a/core/sbase/build +++ b/core/sbase/build @@ -1,6 +1,7 @@ #!/bin/sh -e -make LDFLAGS="$LDFLAGS -static" PREFIX=/usr DESTDIR="$1" sbase-box-install +make LDFLAGS="$LDFLAGS -static" sbase-box +make PREFIX=/usr DESTDIR="$1" sbase-box-install unlink "$1/usr/bin/tar" unlink "$1/usr/bin/sed" diff --git a/core/sbase/checksums b/core/sbase/checksums index cf4a96d5..e5031ad2 100644 --- a/core/sbase/checksums +++ b/core/sbase/checksums @@ -1 +1 @@ -cd64791ff4bdc91e02ce3faceb38b938adb9bc39d5017cbf51bd433e69afcb71 9e985c2bb2afea0f7fcd221b0359201cb121296d.tar.gz +1e76a9b7cb2feb1ceb1ce6d3203aff30003f8d238910a6ac2033e13038425b3b sbase-20200704.tar.xz diff --git a/core/sbase/sources b/core/sbase/sources index 7777475c..214f75c5 100644 --- a/core/sbase/sources +++ b/core/sbase/sources @@ -1 +1 @@ -https://github.com/michaelforney/sbase/archive/9e985c2bb2afea0f7fcd221b0359201cb121296d.tar.gz +https://dl.carbslinux.org/distfiles/sbase-20200704.tar.xz diff --git a/core/sbase/version b/core/sbase/version index 82026115..1e48510d 100644 --- a/core/sbase/version +++ b/core/sbase/version @@ -1 +1 @@ -git 2 +git 3 |