Skip to content

subversion: update 1.14.0 to 1.14.2 #2653

Merged
merged 1 commit into from
Apr 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions subversion.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION subversion-1.14.0-0
# BEE_VERSION subversion-1.14.2-0

# more info: https://subversion.apache.org

SRCURL[0]="https://downloads.apache.org/subversion/subversion-${PKGVERSION}.tar.bz2"
#SRCURL[0]="https://downloads.apache.org/subversion/subversion-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/9927b167d1c67d663ca63125907f6f69/subversion-1.14.2.tar.bz2"

# PATCHURL+=()

Expand All @@ -25,7 +26,8 @@ mee_configure() {
--disable-nls \
--with-lz4=internal \
--with-utf8proc=internal \
--with-serf
--with-serf \
--disable-shared
}

#mee_build() {
Expand All @@ -35,7 +37,3 @@ mee_configure() {
#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}