summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bc577d84171..072fdd61efca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = sharedown
pkgdesc = Electron application to download Sharepoint videos (especially meant for students)
- pkgver = 5.3.0
+ pkgver = 5.3.1
pkgrel = 1
url = https://github.com/kylon/Sharedown
arch = x86_64
license = gpl
depends = ffmpeg
depends = yt-dlp
- noextract = sharedown-5.3.0.AppImage
+ noextract = sharedown-5.3.1.AppImage
options = !strip
- source_x86_64 = https://github.com/kylon/Sharedown/releases/download/5.3.0/sharedown-5.3.0.AppImage
+ source_x86_64 = https://github.com/kylon/Sharedown/releases/download/5.3.1/sharedown-5.3.1.AppImage
source_x86_64 = sharedown.desktop
source_x86_64 = icon.png
- sha256sums_x86_64 = cf28cb85ab3efcbdc2649a7c7a1ddc24f9f6f3530e882515cd6e1707e7501fb3
+ sha256sums_x86_64 = 93bac35996501a6f6bb76d3d8de870714ca7840d3b7a492df824e3afd6c42586
sha256sums_x86_64 = 0586bf9de90587649c43c58b8665d97ac41fde8a64e5e239bef07099dbd1e255
sha256sums_x86_64 = 42cd3a7ed38456d161af85013b25237c982013204f1c578021eb341c7c864dd7
diff --git a/PKGBUILD b/PKGBUILD
index 9d639c7d15dc..a93b36edb81d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kylon
pkgname=sharedown
-pkgver=5.3.0
+pkgver=5.3.1
pkgrel=1
pkgdesc="Electron application to download Sharepoint videos (especially meant for students)"
arch=('x86_64')
@@ -16,7 +16,7 @@ source_x86_64=(
)
noextract=("${pkgname}-${pkgver}.AppImage")
sha256sums_x86_64=(
- 'cf28cb85ab3efcbdc2649a7c7a1ddc24f9f6f3530e882515cd6e1707e7501fb3'
+ '93bac35996501a6f6bb76d3d8de870714ca7840d3b7a492df824e3afd6c42586'
'0586bf9de90587649c43c58b8665d97ac41fde8a64e5e239bef07099dbd1e255'
'42cd3a7ed38456d161af85013b25237c982013204f1c578021eb341c7c864dd7'
)