diff options
author | Yuuta Liang <yuuta@yuuta.moe> | 2025-05-31 17:30:37 -0700 |
---|---|---|
committer | Yuuta Liang <yuuta@yuuta.moe> | 2025-05-31 17:30:37 -0700 |
commit | 2525a15943073911dda1ebc690f4479c15bfd1c3 (patch) | |
tree | 2449a386390740bcb11dfcd60a7bdcebfc69d266 | |
parent | 3f4a228bc784f61ddcdb78b660928c875ebb6653 (diff) | |
download | ca-2525a15943073911dda1ebc690f4479c15bfd1c3.tar ca-2525a15943073911dda1ebc690f4479c15bfd1c3.tar.gz ca-2525a15943073911dda1ebc690f4479c15bfd1c3.tar.bz2 ca-2525a15943073911dda1ebc690f4479c15bfd1c3.zip |
Signed-off-by: Yuuta Liang <yuuta@yuuta.moe>
-rw-r--r-- | arch/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/PKGBUILD b/arch/PKGBUILD index bb9e47e..162abd3 100644 --- a/arch/PKGBUILD +++ b/arch/PKGBUILD @@ -2,7 +2,7 @@ pkgname=ca-certificates-yuutahome pkgver=2 -pkgrel=1 +pkgrel=2 pkgdesc="Yuuta Internal Root CA" arch=(any) url="https://home.yuuta.moe/" @@ -11,7 +11,7 @@ depends=(ca-certificates-utils) install=ca-certificates-yuuta.install source=(yuuta_root.crt yuuta_sub.crt yuuta_root_old.crt) sha256sums=('377efbb072054b7915486dc8737334a51fada0b701868db00e6ad045036ff705' - 'ffa8890425d75e666aa4856731e49e18ef0e8fda9b8ab32a5133ffb8d97dd68b' + '36f91927ec9f5835f60ebd3c577edc3d9061f1e17d99ee3303d7497ca1350ebb' '618e655ca5dea12fb8528cbb6c1efa3c72c9162af54872e81678b229a5d7160d') package() { |