Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
openresolv
Commits:
8734d568 by Christian Hesse at 2024-09-14T21:43:10+02:00
record git repository checksum
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -12,6 +12,6 @@ pkgbase = openresolv
conflicts = resolvconf
backup = etc/resolvconf.conf
source =
git+https://github.com/NetworkConfiguration/openresolv#commit=867a412d63a28d2c4978e02fc44fb8013f46d356
- b2sums = SKIP
+ b2sums =
6170f68d93055d7e70e8093163098ea6feed9725615ee9040c106c5e3f84359cbd80b9549124084ad02fae6d5ba3424bcf66f4157aa086d9b364e3bb107017a7
pkgname = openresolv
=====================================
PKGBUILD
=====================================
@@ -18,7 +18,7 @@ makedepends=(
backup=(etc/resolvconf.conf)
_commit=867a412d63a28d2c4978e02fc44fb8013f46d356 # tags/v3.13.2^0
source=("git+https://github.com/NetworkConfiguration/openresolv#commit=$_commit")
-b2sums=('SKIP')
+b2sums=('6170f68d93055d7e70e8093163098ea6feed9725615ee9040c106c5e3f84359cbd80b9549124084ad02fae6d5ba3424bcf66f4157aa086d9b364e3bb107017a7')
pkgver() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openresolv/-/commit/8734d568e6dbb55f9428f474ff0b9647c337763f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openresolv/-/commit/8734d568e6dbb55f9428f474ff0b9647c337763f
You're receiving this email because of your account on gitlab.archlinux.org.