Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
warpinator
Commits:
e96e87c8 by Antonio Rojas at 2024-09-13T21:07:01+02:00
upgpkg: 1.8.6-1: Update to 1.8.6
- - - - -
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.5
+ pkgver = 1.8.6
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.5/warpinator-1.8.5.tar.gz
- sha256sums =
809462012622bfdbdc6d0f3ae1196c690c8f786e6136c350d30f3eef6edc1f9a
+ source =
https://github.com/linuxmint/warpinator/archive/1.8.6/warpinator-1.8.6.tar.gz
+ sha256sums =
a7e6ef1336de6b67429e7203584b547cf927c1d7ff2b5eaed86394d0a07372b5
pkgname = warpinator
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Kyle Laker <[email protected]>
pkgname=warpinator
-pkgver=1.8.5
+pkgver=1.8.6
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=('809462012622bfdbdc6d0f3ae1196c690c8f786e6136c350d30f3eef6edc1f9a')
+sha256sums=('a7e6ef1336de6b67429e7203584b547cf927c1d7ff2b5eaed86394d0a07372b5')
prepare() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/warpinator/-/commit/e96e87c820c6c1a82a0dd979c3bb38e6e7bf049f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/warpinator/-/commit/e96e87c820c6c1a82a0dd979c3bb38e6e7bf049f
You're receiving this email because of your account on gitlab.archlinux.org.