summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhoppi Chaw2017-04-28 01:32:59 +0800
committerBhoppi Chaw2017-04-28 01:32:59 +0800
commit71fc6040b758ede464eb5f8bdd0e804fa4bd1852 (patch)
treeffd69aaa7b875aaf59bb3597f981f168d6027571
parent5c884fc515e4651a958314770217b2a5183e5e3d (diff)
downloadaur-71fc6040b758ede464eb5f8bdd0e804fa4bd1852.tar.gz
update to 3.4.4
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52bb5b79a827..36e6e57c050b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jan 31 18:32:19 UTC 2017
+# Thu Apr 27 17:32:40 UTC 2017
pkgbase = nutstore-experimental
pkgdesc = Nutstore experimental version.
- pkgver = 3.3.2
- pkgrel = 3
+ pkgver = 3.4.4
+ pkgrel = 1
url = https://jianguoyun.com/
arch = x86_64
arch = i686
@@ -18,10 +18,10 @@ pkgbase = nutstore-experimental
source = license
sha256sums = 3091740b20ddd31ba4407b8daba1077c4677040cdc47bccfab2f7f3947676384
sha256sums = f3d2861ff48f2d193a4eced23a02b4eba9fab4c1d3f727e934ed7c59f38f0f7e
- source_x86_64 = https://jianguoyun.com/static/exe/ex/3.3.2/nutstore_client-3.3.2-linux-x64.tar.gz
- sha256sums_x86_64 = 709ed269bc407da17e2988af21209d4168b4666e4eed67ab9892a28d74edc44d
- source_i686 = https://jianguoyun.com/static/exe/ex/3.3.2/nutstore_client-3.3.2-linux-x86.tar.gz
- sha256sums_i686 = 0badda9abe88fc6095d99df97f908027fd7c9ef54368743d98a9580e7ca5f2c9
+ source_x86_64 = https://jianguoyun.com/static/exe/ex/3.4.4/nutstore_client-3.4.4-linux-x64-public.tar.gz
+ sha256sums_x86_64 = 91931fdb66c1a9f3ad9c82fa1f7f73a3c52e26da0767138b868e61c5fc8d49ba
+ source_i686 = https://jianguoyun.com/static/exe/ex/3.4.4/nutstore_client-3.4.4-linux-x86-public.tar.gz
+ sha256sums_i686 = 64a46f7467d1eedbc23267022c8f3d10968be055610afbf07f8e6572e4d6f350
pkgname = nutstore-experimental
diff --git a/PKGBUILD b/PKGBUILD
index 7052ce1f6700..3823c9968e19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
#Maintainer: Bhoppi Chaw <bhoppi#outlook,com>
pkgname=nutstore-experimental
-pkgver=3.3.2
-pkgrel=3
+pkgver=3.4.4
+pkgrel=1
pkgdesc='Nutstore experimental version.'
arch=(x86_64 i686)
url='https://jianguoyun.com/'
@@ -12,12 +12,12 @@ depends=(gtk2
python2-notify)
optdepends=('nautilus-nutstore: Nautilus plugin')
source=(nutstore license)
-source_x86_64=("https://jianguoyun.com/static/exe/ex/$pkgver/nutstore_client-$pkgver-linux-x64.tar.gz")
-source_i686=("https://jianguoyun.com/static/exe/ex/$pkgver/nutstore_client-$pkgver-linux-x86.tar.gz")
+source_x86_64=("https://jianguoyun.com/static/exe/ex/$pkgver/nutstore_client-$pkgver-linux-x64-public.tar.gz")
+source_i686=("https://jianguoyun.com/static/exe/ex/$pkgver/nutstore_client-$pkgver-linux-x86-public.tar.gz")
sha256sums=('3091740b20ddd31ba4407b8daba1077c4677040cdc47bccfab2f7f3947676384'
'f3d2861ff48f2d193a4eced23a02b4eba9fab4c1d3f727e934ed7c59f38f0f7e')
-sha256sums_x86_64=('709ed269bc407da17e2988af21209d4168b4666e4eed67ab9892a28d74edc44d')
-sha256sums_i686=('0badda9abe88fc6095d99df97f908027fd7c9ef54368743d98a9580e7ca5f2c9')
+sha256sums_x86_64=('91931fdb66c1a9f3ad9c82fa1f7f73a3c52e26da0767138b868e61c5fc8d49ba')
+sha256sums_i686=('64a46f7467d1eedbc23267022c8f3d10968be055610afbf07f8e6572e4d6f350')
conflicts=(nutstore)
provides=(nutstore)