summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc14fd262706..7e8466eddf7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libuecc
pkgdesc = Very small Elliptic Curve Cryptography library (mingw-w64)
- pkgver = 4
+ pkgver = 6
pkgrel = 1
url = http://git.universe-factory.net/libuecc
arch = any
@@ -10,8 +10,8 @@ pkgbase = mingw-w64-libuecc
options = !buildflags
options = !strip
options = staticlibs
- source = http://git.universe-factory.net/libuecc/snapshot/libuecc-4.tar
- md5sums = 81aa8c98442c3d93758fd62c8a9368b3
+ source = http://git.universe-factory.net/libuecc/snapshot/libuecc-6.tar
+ md5sums = d3d126e293db0d5262d2985bd911665f
pkgname = mingw-w64-libuecc
diff --git a/PKGBUILD b/PKGBUILD
index 13864b85eb32..009218d1b2fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,5 @@
-# Maintainer: xantares <xantares09 at hotmail dot com>
-
pkgname=mingw-w64-libuecc
-pkgver=4
+pkgver=6
pkgrel=1
arch=(any)
pkgdesc="Very small Elliptic Curve Cryptography library (mingw-w64)"
@@ -11,7 +9,7 @@ options=('!buildflags' '!strip' 'staticlibs')
license=("BSD")
url="http://git.universe-factory.net/libuecc"
source=("http://git.universe-factory.net/libuecc/snapshot/libuecc-${pkgver}.tar")
-md5sums=('81aa8c98442c3d93758fd62c8a9368b3')
+md5sums=('d3d126e293db0d5262d2985bd911665f')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"