Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
cryptsetup: update 2.0.6 to 2.4.0
- fixed SRCURL
- update
  • Loading branch information
wwwutz committed Aug 31, 2021
1 parent b1ac4d8 commit c1eb5d7
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions cryptsetup.be0
@@ -1,8 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION cryptsetup-2.0.6-0
# BEE_VERSION cryptsetup-2.4.0-0

SRCURL[0]="https://www.kernel.org/pub/linux/utils/cryptsetup/v${PKGVERSION[2]}/cryptsetup-${PKGVERSION}.tar.xz"
# SRCURL[0]="https://www.kernel.org/pub/linux/utils/cryptsetup/v${PKGVERSION[2]}/cryptsetup-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/f4051a7e5240219131aa2b7396070654/cryptsetup-2.4.0.tar.gz"

# PATCHURL+=()

Expand All @@ -18,9 +19,10 @@ SRCURL[0]="https://www.kernel.org/pub/linux/utils/cryptsetup/v${PKGVERSION[2]}/c
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--disable-nls
}

#mee_build() {
# bee_build
Expand All @@ -29,7 +31,3 @@ SRCURL[0]="https://www.kernel.org/pub/linux/utils/cryptsetup/v${PKGVERSION[2]}/c
#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit c1eb5d7

Please sign in to comment.