update
This commit is contained in:
parent
902183dec1
commit
2dcd33246a
17 changed files with 25 additions and 24 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=0.12.0
|
||||
VERSION=0.12.3
|
||||
APP=mautrix-whatsapp
|
||||
DEPOT=https://github.com/mautrix/whatsapp.git
|
||||
GIT_VERSION=v${VERSION}
|
||||
|
@ -12,7 +12,6 @@ main(){
|
|||
echo deb http://deb.debian.org/debian bookworm-backports main > /etc/apt/sources.list.d/backports.list
|
||||
base_package_upgrade
|
||||
install_package_dependency
|
||||
# install_go
|
||||
apt install -y --no-install-recommends -t bookworm-backports golang
|
||||
get_git_source
|
||||
makedeb
|
||||
|
@ -21,7 +20,6 @@ main(){
|
|||
makedeb(){
|
||||
cd /tmp/${APP}/
|
||||
rm /tmp/*.deb
|
||||
# PATH=/usr/local/go/bin:$PATH
|
||||
cp -fr /tmp/src/debian /tmp/${APP}
|
||||
export DEBEMAIL=thomas@lgy.fr
|
||||
dch -v ${VERSION}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue