summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAzael Reyes2021-09-10 18:28:10 -0700
committerAzael Reyes2021-09-10 18:28:10 -0700
commit166340d18895f28cd73cfb045fce3f3ea6d9b269 (patch)
tree302681a7f0ae89cc3f336c1b2ab891731d555aa7
parentec68402be149b00647f547ad8e59e512f2fd8412 (diff)
downloadaur-166340d18895f28cd73cfb045fce3f3ea6d9b269.tar.gz
updating to 2.31.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 510e3d3ed522..b5c015329ba6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = octetos-core
pkgdesc = C/C++ library to mainly provide Semantic Versioned inplmetation
- pkgver = 2.30.0
+ pkgver = 2.31.5
pkgrel = 1
url = https://github.com/azaeldevel/octetos-core.git
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = octetos-core
depends = perl-xml-parser
depends = intltool
depends = cunit
- source = https://github.com/azaeldevel/octetos-core/archive/2.30.0-beta.tar.gz
- md5sums = 9ead852850869095a166bb8b2aa91bdb
+ source = https://github.com/azaeldevel/octetos-core/archive/2.31.5-beta.tar.gz
+ md5sums = 35a4fa760012bde37e897f5516397e3f
pkgname = octetos-core
diff --git a/PKGBUILD b/PKGBUILD
index 26a316b988ed..7aac3ed331e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=octetos-core
-pkgver=2.30.0
+pkgver=2.31.5
pkgrel=1
pkgdesc="C/C++ library to mainly provide Semantic Versioned inplmetation"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
url="https://github.com/azaeldevel/octetos-core.git"
depends=('gcc' 'bison' 'libconfig' 'perl-xml-parser' 'intltool' 'cunit')
#backup=('etc/nanorc')
-md5sums=('9ead852850869095a166bb8b2aa91bdb')
+md5sums=('35a4fa760012bde37e897f5516397e3f')
source=(https://github.com/azaeldevel/$pkgname/archive/$pkgver-beta.tar.gz)
build() {