summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Bunkus2021-02-10 21:57:13 +0100
committerMoritz Bunkus2021-02-10 21:57:13 +0100
commit2d6118ff948cfb1ddf634b9bdf2603c8ac2013fb (patch)
tree5096c8c6807d3211eb014e5c7b0f266241506b7a
parent08ae4f0e58f95350e5b93181a94215a497d6a6b3 (diff)
downloadaur-2d6118ff948cfb1ddf634b9bdf2603c8ac2013fb.tar.gz
update to 2.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e61611df0fcf..46aed3c1834f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
-# Generated by mksrcinfo v8
-# Wed May 22 17:12:05 UTC 2019
pkgbase = osslsigncode
pkgdesc = OpenSSL based Authenticode signing for PE/MSI/Java CAB files
- pkgver = 2.0
+ pkgver = 2.1
pkgrel = 1
url = https://github.com/mtrojnar/osslsigncode
+ arch = i686
arch = x86_64
license = GPL
makedepends = autoconf
@@ -13,8 +12,8 @@ pkgbase = osslsigncode
depends = curl
depends = openssl
options = !makeflags
- source = https://github.com/mtrojnar/osslsigncode/archive/2.0.tar.gz
- sha512sums = aec7b101afd96925fbd70ac67a6752997f0dab3987151c0658e5f011d8a6be6f53518d7a4aba6dff696c722a1e669100143a87d07c3f59364cd62693e9f3e4e5
+ source = https://github.com/mtrojnar/osslsigncode/archive/2.1.tar.gz
+ sha512sums = c9bf6693abac9bc5172a7373e539410208ff1ee2a656ea214e04cff499519f783cfbf1a1fcda3bc6b949787950f7eaba4e97974b56d2c38992a8e043f4f134f5
pkgname = osslsigncode
diff --git a/PKGBUILD b/PKGBUILD
index 6361c7c9f8de..5ce2248333ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Moritz Bunkus <moritz@bunkus.org>
pkgname=osslsigncode
-pkgver="2.0"
+pkgver="2.1"
pkgrel="1"
pkgdesc="OpenSSL based Authenticode signing for PE/MSI/Java CAB files"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('curl' 'openssl')
makedepends=('autoconf' 'automake' 'libtool')
options=('!makeflags')
source=("https://github.com/mtrojnar/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('aec7b101afd96925fbd70ac67a6752997f0dab3987151c0658e5f011d8a6be6f53518d7a4aba6dff696c722a1e669100143a87d07c3f59364cd62693e9f3e4e5')
+sha512sums=('c9bf6693abac9bc5172a7373e539410208ff1ee2a656ea214e04cff499519f783cfbf1a1fcda3bc6b949787950f7eaba4e97974b56d2c38992a8e043f4f134f5')
prepare() {
cd "$srcdir/osslsigncode-${pkgver}"