Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
warpinator
Commits:
c5f26649 by Antonio Rojas at 2025-01-19T00:02:59+01:00
upgpkg: 1.8.8-1: Update to 1.8.8
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = warpinator
pkgdesc = LAN file sender, send and receive files across the network
- pkgver = 1.8.6
+ pkgver = 1.8.8
pkgrel = 1
url = https://github.com/linuxmint/warpinator
arch = any
@@ -23,7 +23,7 @@ pkgbase = warpinator
depends = python-qrcode
depends = python-pillow
optdepends = ufw: Open a firewall port for Warpinator
- source =
https://github.com/linuxmint/warpinator/archive/1.8.6/warpinator-1.8.6.tar.gz
- sha256sums =
a7e6ef1336de6b67429e7203584b547cf927c1d7ff2b5eaed86394d0a07372b5
+ source =
https://github.com/linuxmint/warpinator/archive/1.8.8/warpinator-1.8.8.tar.gz
+ sha256sums =
29989d3e955cccf2efaf8407f38a443469be3a40ed8eee4c0e41fd226dde3a68
pkgname = warpinator
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Kyle Laker <[email protected]>
pkgname=warpinator
-pkgver=1.8.6
+pkgver=1.8.8
pkgrel=1
pkgdesc='LAN file sender, send and receive files across the network'
arch=('any')
@@ -15,7 +15,7 @@ depends=('gtk3' 'libnm' 'python-cryptography'
'python-gobject' 'python-grpcio'
makedepends=('meson' 'polkit')
optdepends=('ufw: Open a firewall port for Warpinator')
source=("https://github.com/linuxmint/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('a7e6ef1336de6b67429e7203584b547cf927c1d7ff2b5eaed86394d0a07372b5')
+sha256sums=('29989d3e955cccf2efaf8407f38a443469be3a40ed8eee4c0e41fd226dde3a68')
prepare() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/warpinator/-/commit/c5f26649ca5e27fcd7de07cd02ef4babae26dd29
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/warpinator/-/commit/c5f26649ca5e27fcd7de07cd02ef4babae26dd29
You're receiving this email because of your account on gitlab.archlinux.org.