summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69db369682b8..f38d8832d54e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-seafile-shared
pkgdesc = Shared components of seafile: seafile-daemon, libseafile, libseafile python bindings (mingw-w64).
- pkgver = 4.3.0
+ pkgver = 4.3.1
pkgrel = 1
url = https://github.com/haiwen/seafile/
arch = any
@@ -15,9 +15,9 @@ pkgbase = mingw-w64-seafile-shared
options = !strip
options = !buildflags
options = staticlibs
- source = seafile-4.3.0.tar.gz::https://github.com/haiwen/seafile/archive/v4.3.0.tar.gz
+ source = seafile-4.3.1.tar.gz::https://github.com/haiwen/seafile/archive/v4.3.1.tar.gz
source = seafile-pull-1265.patch::https://patch-diff.githubusercontent.com/raw/haiwen/seafile/pull/1265.patch
- sha256sums = 1e4bdd6dc5e2903fafc410cf2596e98c3083c91b0f2d1371cdc1286fa0f6866e
+ sha256sums = 56791c096dfde0283d8280102139f7c7df88789a4152a1a037c8e573087ac9ce
sha256sums = 50ef89aa3d4382af7ba45c9c95530ce8b3a9c355dd1c425c35a26651c62692bb
pkgname = mingw-w64-seafile-shared
diff --git a/PKGBUILD b/PKGBUILD
index 1da71c14a7b4..d4353dae6ae3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Moritz Maxeiner <moritz@ucworks.org>
pkgname=mingw-w64-seafile-shared
-pkgver=4.3.0
+pkgver=4.3.1
pkgrel=1
pkgdesc="Shared components of seafile: seafile-daemon, libseafile, libseafile python bindings (mingw-w64)."
arch=(any)
@@ -14,7 +14,7 @@ depends=('mingw-w64-crt' 'mingw-w64-ccnet>=3.0' 'mingw-w64-curl')
options=('!strip' '!buildflags' 'staticlibs')
source=("seafile-${pkgver}.tar.gz::https://github.com/haiwen/seafile/archive/v${pkgver}.tar.gz"
"seafile-pull-1265.patch::https://patch-diff.githubusercontent.com/raw/haiwen/seafile/pull/1265.patch")
-sha256sums=('1e4bdd6dc5e2903fafc410cf2596e98c3083c91b0f2d1371cdc1286fa0f6866e'
+sha256sums=('56791c096dfde0283d8280102139f7c7df88789a4152a1a037c8e573087ac9ce'
'50ef89aa3d4382af7ba45c9c95530ce8b3a9c355dd1c425c35a26651c62692bb')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"