summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Eide2022-09-20 00:11:45 +0200
committerChristian Eide2022-09-20 00:11:45 +0200
commit8451be42f530a209dc216cb1a85b867da88d40d8 (patch)
treedeb340ce1f28ecc4f167ee30c3ee819cf6b5d45c
parenta7eb1ddecf3e820655bdaf6463c2911e7c090ca0 (diff)
downloadaur-8451be42f530a209dc216cb1a85b867da88d40d8.tar.gz
Updated to v 1.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9973a3b50467..e7e03f406554 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = bas21-bin
pkgdesc = A norwegian accounting and invoice system
- pkgver = 1.7.0
+ pkgver = 1.7.1
pkgrel = 1
url = https://bas21.no
arch = x86_64
license = custom
options = !strip
depends = openssl
- source = https://download.bas21.no/bas21/bas21-1.7.0.arch.tar.xz
- sha256sums = c21aada6891f48da7ab2da2f9b6fd2fe49972698dbeb3889929a17634223c4e9
+ source = https://download.bas21.no/bas21/bas21-1.7.1.arch.tar.xz
+ sha256sums = d03202d31dc3c636faeca05b6aed798dcc4ce7d4476f802ba28b4db3936e79e4
pkgname = bas21-bin
diff --git a/PKGBUILD b/PKGBUILD
index 262b409f2f88..347117f694a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Ruben Solvang <post@rubensolvang.no>
pkgname=bas21-bin
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=1
pkgdesc="A norwegian accounting and invoice system"
arch=('x86_64')
url=https://bas21.no
license=('custom')
-sha256sums=('c21aada6891f48da7ab2da2f9b6fd2fe49972698dbeb3889929a17634223c4e9')
+sha256sums=('d03202d31dc3c636faeca05b6aed798dcc4ce7d4476f802ba28b4db3936e79e4')
options=('!strip')
depends=('openssl>=1.1.1')
source=("https://download.bas21.no/bas21/bas21-$pkgver.arch.tar.xz")