summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
-rw-r--r--spideroak-one.install4
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e51e1f485e62..d134acc2cf0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spideroak-one
pkgdesc = Secure file backup, sync and sharing client. This provides the client for SpiderOakONE.
- pkgver = 7.1.0
+ pkgver = 7.2.0
pkgrel = 1
url = https://spideroak.com/
install = spideroak-one.install
@@ -16,10 +16,10 @@ pkgbase = spideroak-one
options = !strip
source = terms.txt
sha256sums = ee0d1c8c41e95ba2a11de4fe5cf0d89e2b237afc86dc411f58f3b388db8198e9
- source_i686 = SpiderOakONE_7.1.0_1_i386.deb::https://spideroak.com/release/spideroak/deb_x86
- sha256sums_i686 = 6ae7ce907b3060351576fe358c9a0ea7cc2c13cba788d1dcac7627bcded1d6e9
- source_x86_64 = SpiderOakONE_7.1.0_1_amd64.deb::https://spideroak.com/release/spideroak/deb_x64
- sha256sums_x86_64 = 442ed2b5b33399754bec0e25eb9ba5dcac5c9de365384878e0a18206aba76669
+ source_i686 = SpiderOakONE_7.2.0_1_i386.deb::https://spideroak.com/release/spideroak/deb_x86
+ sha256sums_i686 = 434d5b9484bb6b665e9b1ca172420d4d93a52a08490c57fa9bf9866236eb6cfd
+ source_x86_64 = SpiderOakONE_7.2.0_1_amd64.deb::https://spideroak.com/release/spideroak/deb_x64
+ sha256sums_x86_64 = 6d745db2772feefa4ef80e589b8172c6c396c4e2b68fc4d961dac5661baeddd0
pkgname = spideroak-one
diff --git a/PKGBUILD b/PKGBUILD
index b44f4479584c..657d9d7d3229 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=spideroak-one
_PkgName=SpiderOakONE
-pkgver=7.1.0
+pkgver=7.2.0
pkgrel=1
pkgdesc="Secure file backup, sync and sharing client. This provides the client for SpiderOakONE."
arch=('i686' 'x86_64')
@@ -20,9 +20,9 @@ install=${pkgname}.install
source=(terms.txt)
sha256sums=('ee0d1c8c41e95ba2a11de4fe5cf0d89e2b237afc86dc411f58f3b388db8198e9')
source_x86_64=("SpiderOakONE_${pkgver}_${pkgrel}_amd64.deb::https://spideroak.com/release/spideroak/deb_x64")
-sha256sums_x86_64=('442ed2b5b33399754bec0e25eb9ba5dcac5c9de365384878e0a18206aba76669')
+sha256sums_x86_64=('6d745db2772feefa4ef80e589b8172c6c396c4e2b68fc4d961dac5661baeddd0')
source_i686=("SpiderOakONE_${pkgver}_${pkgrel}_i386.deb::https://spideroak.com/release/spideroak/deb_x86")
-sha256sums_i686=('6ae7ce907b3060351576fe358c9a0ea7cc2c13cba788d1dcac7627bcded1d6e9')
+sha256sums_i686=('434d5b9484bb6b665e9b1ca172420d4d93a52a08490c57fa9bf9866236eb6cfd')
package() {
tar -zxf "${srcdir}"/data.tar.gz -C "$pkgdir"/
diff --git a/spideroak-one.install b/spideroak-one.install
index d8c220412a31..d518efae4a03 100644
--- a/spideroak-one.install
+++ b/spideroak-one.install
@@ -1,9 +1,9 @@
post_install() {
update-desktop-database -q
echo "Privacy Policy: https://spideroak.com/privacy_policy"
- echo "Law Enforcement Policy: https://spideroak.com/law_enforcement/"
+ echo "Law Enforcement Policy: https://spideroak.com/about/law-enforcement"
echo ""
- echo "Full changelog is available at https://spideroak.com/resources/release-notes"
+ echo "Full changelog is available at https://spideroak.com/release-notes/"
}
post_upgrade() {