summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolas Koesling2024-02-02 18:43:30 +0100
committerNikolas Koesling2024-02-02 18:43:30 +0100
commitec78ebd9762d948749f221f13b7f0c4b67b57915 (patch)
treece87e5df5d45f5c681010093ad97fb6b248efcb9
parent713bedccc8a31c1dcd294eb4ed6a2e21b343d654 (diff)
downloadaur-ec78ebd9762d948749f221f13b7f0c4b67b57915.tar.gz
update to 1.0.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16c56d3ae355..6983b1164b42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = write-shm
pkgdesc = Write to a shared memory
- pkgver = 0.1.3
+ pkgver = 1.0.0
pkgrel = 1
url = https://github.com/NikolasK-source/write_shm
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = write-shm
license = MIT
makedepends = cmake
makedepends = git
- source = git+https://github.com/NikolasK-source/write_shm.git#tag=v0.1.3
+ source = git+https://github.com/NikolasK-source/write_shm.git#tag=v1.0.0
sha256sums = SKIP
pkgname = write-shm
diff --git a/PKGBUILD b/PKGBUILD
index c6492656cc0d..8e7b6bbe97c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=write-shm
pkgrel=1
-pkgver=0.1.3
+pkgver=1.0.0
pkgdesc="Write to a shared memory"
url="https://github.com/NikolasK-source/write_shm"
license=('MIT')