summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrunnytu2024-04-27 23:34:10 +0200
committerrunnytu2024-04-27 23:34:10 +0200
commit495dabd208791e3ea0423b321c6e63403e8c80dc (patch)
treea0a59da5c86ff3dc3feea0aa9ea733fceba11587 /PKGBUILD
parent7196b1c61de91aaf1b29f3fcfd9f0de8c559ab50 (diff)
downloadaur-noip.tar.gz
Update to 3.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54e40c77810c..7933d405e913 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Lyle Putnam <lcputnam@amerytel.net>
pkgname=noip
-pkgver=3.0.0
+pkgver=3.1.0
pkgrel=1
pkgdesc='Dynamic DNS Client Updater for no-ip.com services'
arch=('x86_64' 'i686' 'armv7h' 'armv6h' 'aarch64')
@@ -12,18 +12,18 @@ url='http://www.no-ip.com/downloads.php?page=linux'
license=('GPL')
install="$pkgname.install"
depends=('glibc')
-source=('https://dmej8g5cpdyqd.cloudfront.net/downloads/noip-duc_3.0.0.tar.gz'
+source=('https://dmej8g5cpdyqd.cloudfront.net/downloads/noip-duc_3.1.0.tar.gz'
'noip.service')
-sha512sums=('db66f1b9e9fd49a7f7c8267c74637d9df22e5d0c7c9474bd6fed13e027e4baef083a5ede4c8a17a735258aaeb5a6721259eba24d9a3dfbd3a3218d7c204a3347'
+sha512sums=('e35391ef9e5e41f22ab143e1ccf27523cd3dcad24c581ae0537055f3008a54bf48fbcc6e2d614c977ace04f2a021b8c748f3821840a8efa145f6fbbcf7719df7'
'6949972af4a0b71c0f1e57230a78757b47799bbc50050ebf74893603ace6a0e959dbb4cb4523bb992d579f1369ee1e008c67f270cd6d670ad88d176485704856')
package() {
- tar xf noip-duc_3.0.0.tar.gz
+ tar xf noip-duc_3.1.0.tar.gz
cd "$pkgname-duc_$pkgver/binaries"
- ar xf noip-duc_3.0.0_amd64.deb
+ ar xf noip-duc_3.1.0_amd64.deb
tar xf data.tar.xz
mv usr "${pkgdir}"
- rm -fr noip-duc_3.0.0
+ rm -fr noip-duc_3.1.0
install -d "$pkgdir/usr/"
install -Dm644 "$srcdir/$pkgname.service" \