aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Schüller2023-11-03 13:05:43 +0100
committerStefan Schüller2023-11-03 13:05:43 +0100
commitab28a2994d18c96af7e6c235e1b73ce521d210b0 (patch)
treeafbe55bd2e5927818606712ddb356c20b9b9ea62
parent1016f3f59b1096d3a49d4fc0613a28e444d8ddcf (diff)
downloadaur-ab28a2994d18c96af7e6c235e1b73ce521d210b0.tar.gz
feat: Updated to latest version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc808eea8ab6..5d96b41a2c1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = synology-note-station
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.
- pkgver = 2.2.3_653
+ pkgver = 2.2.4_703
pkgrel = 1
url = https://www.synology.com/support/download/
arch = i686
@@ -9,7 +9,7 @@ pkgbase = synology-note-station
depends = gtk3
depends = nss
options = emptydirs
- source = https://global.download.synology.com/download/Utility/NoteStationClient/2.2.3-653/Ubuntu/x86_64/synology-note-station-client-2.2.3-653-linux-x64.deb
- md5sums = abed9e1a0cb86bf8513789d69d8440c5
+ source = https://global.download.synology.com/download/Utility/NoteStationClient/2.2.4-703/Ubuntu/x86_64/synology-note-station-client-2.2.4-703-linux-x64.deb
+ md5sums = 7ef054c1a68725f968ebed0f1470f4a9
pkgname = synology-note-station
diff --git a/PKGBUILD b/PKGBUILD
index 8e3057962491..83a1e5c16f5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# 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.3_653
+pkgver=2.2.4_703
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,13 +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
+# https://global.synologydownload.com/download/Utility/NoteStationClient/2.2.4-703/Ubuntu/x86_64/synology-note-station-client-2.2.4-703-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=('41761cb6f2a0aeafcf8a2dc59b4209d8')
+ md5sums=('837fd634067d96a1a6856e12c122cf30')
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=('abed9e1a0cb86bf8513789d69d8440c5')
+ md5sums=('7ef054c1a68725f968ebed0f1470f4a9')
fi
prepare() {