Skip to content

Commit

Permalink
update weechat to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Jan 13, 2023
1 parent bb6ec7a commit 501ba41
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion woof-code/rootfs-petbuilds/weechat/pet.specs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
weechat-3.7.1|weechat|3.7.1||Internet|6656K||weechat-3.7.1.pet||Extensible chat client|puppy|||
weechat-3.8|weechat|3.8||Internet|6656K||weechat-3.8.pet||Extensible chat client|puppy|||
6 changes: 3 additions & 3 deletions woof-code/rootfs-petbuilds/weechat/petbuild
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
download() {
[ -f weechat-3.7.1.tar.xz ] || wget -t 3 -T 60 https://weechat.org/files/src/weechat-3.7.1.tar.xz
[ -f weechat-3.8.tar.xz ] || wget -t 3 -T 60 https://weechat.org/files/src/weechat-3.8.tar.xz
}

build() {
tar -xJf weechat-3.7.1.tar.xz
cd weechat-3.7.1
tar -xJf weechat-3.8.tar.xz
cd weechat-3.8
patch -p1 < ../privacy.patch
./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc --enable-ncurses --enable-headless --disable-xfer
Expand Down
2 changes: 1 addition & 1 deletion woof-code/rootfs-petbuilds/weechat/sha256.sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c311c9de9f5d87404b667e0c690959388295485bce986fac4ab934ebd43589aa weechat-3.7.1.tar.xz
f7cb65c200f8c090c56f2cf98c0b184051e516e5f7099a4308cacf86f174bf28 weechat-3.8.tar.xz

0 comments on commit 501ba41

Please sign in to comment.