Bump v1.15.0
This commit is contained in:
parent
e086904865
commit
4db766fb60
2
build.sh
2
build.sh
@ -18,7 +18,7 @@ while getopts ":r:o:d:" opt; do
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
if [ -z "$REF" ]; then REF="1.14.2"; fi
|
if [ -z "$REF" ]; then REF="1.15.0"; fi
|
||||||
if [ -z "$OS_VERSION_NAME" ]; then OS_VERSION_NAME='buster'; fi
|
if [ -z "$OS_VERSION_NAME" ]; then OS_VERSION_NAME='buster'; fi
|
||||||
if [ -z "$DB_TYPE" ]; then DB_TYPE="sqlite"; fi
|
if [ -z "$DB_TYPE" ]; then DB_TYPE="sqlite"; fi
|
||||||
|
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -2,6 +2,6 @@ Package: bitwarden-rs
|
|||||||
Architecture: amd64
|
Architecture: amd64
|
||||||
Maintainer: Greizgh <greizgh+bitwardenrs@ephax.org>
|
Maintainer: Greizgh <greizgh+bitwardenrs@ephax.org>
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Version: 1.14.2-1
|
Version: 1.15.0-1
|
||||||
Description: Unofficial Bitwarden compatible server written in Rust
|
Description: Unofficial Bitwarden compatible server written in Rust
|
||||||
Homepage: https://github.com/greizgh/bitwarden_rs-debian
|
Homepage: https://github.com/greizgh/bitwarden_rs-debian
|
||||||
|
Loading…
Reference in New Issue
Block a user