summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorQiu Wenbo2023-03-13 10:28:46 +0800
committerQiu Wenbo2023-03-13 10:28:46 +0800
commit4862569fbeadb8336a98b80761f07f979c61e8d7 (patch)
treef7798dd3d9871f04d2dd3c088c2cab0a86e13b04 /PKGBUILD
parentaaedd81bfd6a977a401c8e29efa1650debecfa4f (diff)
downloadaur-4862569fbeadb8336a98b80761f07f979c61e8d7.tar.gz
update to version 3.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 523cb4bf5b89..430b79938174 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=libselinux-static
_pkgname=${pkgname%-static}
-pkgver=3.2
-pkgrel=2
+pkgver=3.4
+pkgrel=1
pkgdesc="SELinux library (static version)"
arch=('x86_64')
url='https://github.com/SELinuxProject/selinux'
@@ -13,7 +13,7 @@ makedepends=()
depends=('libsepol>=3.1')
options=(staticlibs)
source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('df758ef1d9d4811051dd901ea6b029ae334ffd7c671c128beb16bce1e25ac161')
+sha256sums=('77c294a927e6795c2e98f74b5c3adde9c8839690e9255b767c5fca6acff9b779')
build() {
cd "${_pkgname}-${pkgver}"