aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Schüller2023-08-21 10:08:20 +0200
committerStefan Schüller2023-08-21 10:08:20 +0200
commit6f5ebba84ce3cc2214cba19fe1b5e453d5569753 (patch)
tree0824b33a1c8b92c9030d5f74ab84c49a426ec9a7
parent8e6d86829cbc06f39a0df6f69800b73deacd6f38 (diff)
downloadaur-6f5ebba84ce3cc2214cba19fe1b5e453d5569753.tar.gz
feat: Version updated to 2.2.3-653
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b6ea296ee1d..8e3057962491 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Pippo Peppo <abc@gmx.ch>
-# Contributor: Sebastian Weisgerber <sweisgerber.dev@gmail.com>
+# Maintainer: Stefan Schüller <sschueller@techdroid.com>
+# Contributor: Pippo Peppo <abc@gmx.ch>, Sebastian Weisgerber <sweisgerber.dev@gmail.com>
pkgname=synology-note-station
-pkgver=2.2.2_609
+pkgver=2.2.3_653
pkgrel=1
pkgdesc="Synology Note Station Client connects you with Note Station on your Synology NAS. You can manage all the notes/to-do list offline, right from your local computer."
arch=('i686' 'x86_64')
@@ -10,12 +10,13 @@ license=('(C) Synology: Proprietary')
depends=('gtk3' 'nss')
options=('emptydirs')
# https://www.synology.com/en-us/support/download/DS216
+# https://global.synologydownload.com/download/Utility/NoteStationClient/2.2.3-653/Ubuntu/x86_64/synology-note-station-client-2.2.3-653-linux-x64.deb
if [[ ${CARCH} == "i686" ]]; then
source=("https://global.download.synology.com/download/Utility/NoteStationClient/${pkgver/_/-}/Ubuntu/i686/synology-note-station-client-${pkgver/_/-}-linux-x86.deb")
- md5sums=('1b9f504972dd4d7bea9d800f4b66bcaa')
+ md5sums=('41761cb6f2a0aeafcf8a2dc59b4209d8')
elif [[ ${CARCH} == "x86_64" ]]; then
source=("https://global.download.synology.com/download/Utility/NoteStationClient/${pkgver/_/-}/Ubuntu/x86_64/synology-note-station-client-${pkgver/_/-}-linux-x64.deb")
- md5sums=('f62aae864816834495e0ec7b82176fb1')
+ md5sums=('abed9e1a0cb86bf8513789d69d8440c5')
fi
prepare() {