update version & section change
This commit is contained in:
parent
06ecaba890
commit
9a733a6499
37 changed files with 50 additions and 45 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=0.44.5
|
||||
VERSION=0.44.6
|
||||
APP=metabase
|
||||
DEPOT=https://github.com/metabase/metabase.git
|
||||
GIT_VERSION=v$VERSION
|
||||
|
@ -9,13 +9,15 @@ DEBIAN_VERSION_CODENAME=bullseye
|
|||
IMAGE_SIZE=10
|
||||
PACKAGE_DEPENDENCY="build-essential default-jdk curl nodejs yarn"
|
||||
|
||||
STEP="base_package_upgrade envinit get_git_source build makedeb"
|
||||
|
||||
envinit() {
|
||||
main(){
|
||||
base_package_upgrade
|
||||
configure_depot_yarn
|
||||
configure_depot_nodejs
|
||||
install_package_dependency
|
||||
install_clojure
|
||||
get_git_source
|
||||
build
|
||||
makedeb
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Package: metabase
|
||||
Version: %VERSION%
|
||||
Section: base
|
||||
Section: contrib
|
||||
Priority: optional
|
||||
Depends: default-jre
|
||||
Architecture: all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue