summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2020-07-02 10:25:38 -0600
committerSam Burgos2020-07-02 10:25:38 -0600
commit75a89763c9e1e44b6ad9aee05da900267b5f3762 (patch)
treed1dfacfcbd5654136831e5df25b1a4c295410110
parenta0012dcb7f49033d5fd52210284d27a746771215 (diff)
downloadaur-75a89763c9e1e44b6ad9aee05da900267b5f3762.tar.gz
updated to version 1.0.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4b5ecc08e21..095b77b34526 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = warpinator
pkgdesc = Allows simple local network file sharing
- pkgver = 1.0.5
+ pkgver = 1.0.6
pkgrel = 1
- url = http://packages.linuxmint.com/pool/main/w/warpinator
+ url = http://packages.linuxmint.com/pool/backport/w/warpinator
arch = x86_64
license = GPL
makedepends = gobject-introspection
@@ -22,8 +22,8 @@ pkgbase = warpinator
optdepends = ufw: Configure firewall rules
conflicts = lm-warp
conflicts = warpinator-git
- source = warpinator_1.0.5.tar.xz::http://packages.linuxmint.com/pool/main/w/warpinator/warpinator_1.0.5+ulyana.tar.xz
- sha256sums = b736d6a608d1c5dff496680ab8550f3db9fa5dbf3068577787fcc1605dc27448
+ source = warpinator_1.0.6.tar.xz::http://packages.linuxmint.com/pool/backport/w/warpinator/warpinator_1.0.6+ulyana.tar.xz
+ sha256sums = f511a75765ef02345635598cab00457c1054e4cf5810291eea254f91e425937d
pkgname = warpinator
diff --git a/PKGBUILD b/PKGBUILD
index 84c44493d761..b69f116fc906 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Kyle Laker <kyle@laker.email>
pkgname=warpinator
-pkgver=1.0.5
+pkgver=1.0.6
_pkgver=ulyana
pkgrel=1
pkgdesc="Allows simple local network file sharing"
arch=("x86_64")
-url="http://packages.linuxmint.com/pool/main/w/${pkgname}"
+url="http://packages.linuxmint.com/pool/backport/w/${pkgname}"
license=("GPL")
depends=(
gtk3
@@ -33,7 +33,7 @@ conflicts=(
warpinator-git
)
source=("${pkgname}_${pkgver}.tar.xz::${url}/${pkgname}_${pkgver}+${_pkgver}.tar.xz")
-sha256sums=('b736d6a608d1c5dff496680ab8550f3db9fa5dbf3068577787fcc1605dc27448')
+sha256sums=('f511a75765ef02345635598cab00457c1054e4cf5810291eea254f91e425937d')
prepare() {
cd "$srcdir/warpinator"