community/android-udev-rules: upgrade to 20240625

This commit is contained in:
Sertonix 2024-06-25 22:25:10 +02:00 committed by Patrycja Rosa
parent b0970eedf0
commit d7b95d6758
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=android-udev-rules
pkgver=20240221
pkgver=20240625
pkgrel=0
pkgdesc="Android udev rules list"
url="https://github.com/M0Rf30/android-udev-rules"
@ -24,5 +24,5 @@ package() {
}
sha512sums="
152012c450dfa98b047d43162d15c614f7349c774de36c7ebdd8beff88fcb08e162cb5b8c8ab647b4058c510a3b5f65888d02402e86bea6726159051e0f5bc72 android-udev-rules-20240221.tar.gz
c9d534d7ddc5e290a992773a967f1625241f999c22d1c469e7f88c3c39a3a01da922e42d31b0c8b109dac08400f0cf515177a048a2a0ae27d2158ba265d2649e android-udev-rules-20240625.tar.gz
"

View File

@ -1,5 +1,5 @@
#!/bin/sh
addgroup -S plugdev
addgroup -S plugdev 2>/dev/null
exit 0