Skip to content

Commit

Permalink
Merge pull request #18 from mariux64/update-2.6.0
Browse files Browse the repository at this point in the history
Update 2.6.0
  • Loading branch information
wwwutz authored Mar 5, 2024
2 parents dc6f601 + 37c42e4 commit c3fa0b7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
4 changes: 2 additions & 2 deletions build.profile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BUILD_TAG=2.5.3
BUILD_TAG=2.6.0

. build.local

Expand All @@ -25,4 +25,4 @@ BUILD_jbig2enc=jbig2enc-0.28-17-gea05019
BUILD_jbig2dec=jbig2dec-0.20
BUILD_libfontttf=liberation-fonts-ttf-2.1.5

BUILD_paperless=paperless-ngx-2.5.3
BUILD_paperless=paperless-ngx-2.6.0
28 changes: 15 additions & 13 deletions cleanall.sh
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
#!/bin/bash
set -e
set -x
set -u

. build.profile

declare -a RMRF

RMRF=(
$BUILD_ffmpeg
$BUILD_jbig2dec
$BUILD_jbig2enc
$BUILD_leptonica
$BUILD_nginx
$BUILD_node
$BUILD_paperless
$BUILD_pngquant
$BUILD_python
$BUILD_sqlite
$BUILD_tesseract
$BUILD_unpaper
$BUILD_zbar
"${BUILD_ffmpeg}"
"${BUILD_jbig2dec}"
"${BUILD_jbig2enc}"
"${BUILD_leptonica}"
"${BUILD_libfontttf}"
"${BUILD_nginx}"
"${BUILD_node}"
"${BUILD_paperless}"
"${BUILD_pngquant}"
"${BUILD_python}"
"${BUILD_sqlite}"
"${BUILD_tesseract}"
"${BUILD_unpaper}"
"${BUILD_zbar}"
./logs
)

Expand Down

0 comments on commit c3fa0b7

Please sign in to comment.