Skip to content

Commit

Permalink
Bump to 104
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Gorski <[email protected]>
  • Loading branch information
sirlucjan committed Oct 11, 2024
1 parent 5d45971 commit 979fddb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
12 changes: 7 additions & 5 deletions dracut-cachyos/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Generated by makepkg 7.0.0
# Fri Oct 11 22:47:41 UTC 2024
pkgbase = dracut-cachyos
pkgdesc = An event driven initramfs infrastructure
pkgver = 103
pkgrel = 2
pkgver = 104
pkgrel = 1
url = https://github.com/dracut-ng/dracut-ng
arch = x86_64
license = GPL-2.0-or-later
Expand Down Expand Up @@ -62,11 +64,11 @@ pkgbase = dracut-cachyos
optdepends = tpm2-tools: tpm2 support for e.g. LUKS
optdepends = xz: xz compression
provides = initramfs
provides = dracut=103
provides = dracut=104
conflicts = dracut
backup = etc/dracut.conf
backup = etc/dracut-cachyos.conf
source = dracut-cachyos-103::git+https://github.com/dracut-ng/dracut-ng#tag=103
source = dracut-cachyos-104::git+https://github.com/dracut-ng/dracut-ng#tag=104
source = dracut-rebuild
source = dracut-install
source = dracut-remove
Expand All @@ -75,7 +77,7 @@ pkgbase = dracut-cachyos
source = dracut-cachyos.conf
source = snapshot-overlay.sh
source = module-setup.sh
sha512sums = af696ba9ec6c48861a8e9ebca3679aac1cd35c22a1cdb29f7710cfa7ce1d77108ddbf726a77dcb9a47170fed9f21c45e286614280f0892a5aa05ddc4eac25bb5
sha512sums = efd567897b5cbc939ca38568fe146440a241923d01ab2133fb353fb5d67ffcfe5c9aac4e6811df6ceec6a7e41d15b8fda53c41b374fd50bc2f1ace22d5d0d693
sha512sums = 8a4c9ac056bee6e7e22057cbf7179a32759767694a955372f68d43b26be62e9e8381c6264fc4884c4b04e39ffd6c1a2cc0d7e947b5796b4d89278455f3843cb9
sha512sums = f298693ee1a637329b1a38c746151c2ae8d2ae431f894c3001f55d812a2a20a68907ffa0b04ba748c18a2898cc30e0f49e75d0d13c7dd453129304f3cfd4621e
sha512sums = 13e3faab40ae0e13f7933fcf5e1b028b4af2010d91b5d6c4dcda164bc9ab62cdcdde21f4945f28f564546a8700bd285cca6a19f1575fcf1925dbde54fba9078a
Expand Down
6 changes: 3 additions & 3 deletions dracut-cachyos/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Contributor: SoulHarsh007 <[email protected]>

pkgname=dracut-cachyos
pkgver=103
pkgrel=2
pkgver=104
pkgrel=1
pkgdesc="An event driven initramfs infrastructure"
arch=('x86_64')
url="https://github.com/dracut-ng/dracut-ng"
Expand Down Expand Up @@ -84,7 +84,7 @@ source=("${pkgname}-${pkgver}::git+${url}#tag=${pkgver}"
"snapshot-overlay.sh"
"module-setup.sh")

sha512sums=('af696ba9ec6c48861a8e9ebca3679aac1cd35c22a1cdb29f7710cfa7ce1d77108ddbf726a77dcb9a47170fed9f21c45e286614280f0892a5aa05ddc4eac25bb5'
sha512sums=('efd567897b5cbc939ca38568fe146440a241923d01ab2133fb353fb5d67ffcfe5c9aac4e6811df6ceec6a7e41d15b8fda53c41b374fd50bc2f1ace22d5d0d693'
'8a4c9ac056bee6e7e22057cbf7179a32759767694a955372f68d43b26be62e9e8381c6264fc4884c4b04e39ffd6c1a2cc0d7e947b5796b4d89278455f3843cb9'
'f298693ee1a637329b1a38c746151c2ae8d2ae431f894c3001f55d812a2a20a68907ffa0b04ba748c18a2898cc30e0f49e75d0d13c7dd453129304f3cfd4621e'
'13e3faab40ae0e13f7933fcf5e1b028b4af2010d91b5d6c4dcda164bc9ab62cdcdde21f4945f28f564546a8700bd285cca6a19f1575fcf1925dbde54fba9078a'
Expand Down

0 comments on commit 979fddb

Please sign in to comment.