Skip to content

Commit

Permalink
Fix sha256sums
Browse files Browse the repository at this point in the history
  • Loading branch information
chun-awa committed Oct 15, 2024
1 parent a17650e commit f3afddc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion liblingmo/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ pkgbase = liblingmo
depends = kio5
depends = qt5-sensors
source = https://github.com/LingmoOS/lib_lingmo/archive/refs/tags/1.9.10.tar.gz
sha256sums = 5164635f2a27d8f46bcd730e54cbbaffae20daf6a8bbc2ed1978b1655161ac14
sha256sums = be89a707f5aaae86bd4e59b0784f82414d380ce530d974d4e1fb62c42c4a4106

pkgname = liblingmo
2 changes: 1 addition & 1 deletion liblingmo/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pkgver=1.9.10
url="https://lingmo.org"
license=("GPL")
source=("https://github.com/LingmoOS/lib_lingmo/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('5164635f2a27d8f46bcd730e54cbbaffae20daf6a8bbc2ed1978b1655161ac14')
sha256sums=('be89a707f5aaae86bd4e59b0784f82414d380ce530d974d4e1fb62c42c4a4106')

prepare() {
cd "${srcdir}/lib_lingmo-${pkgver}"
Expand Down
2 changes: 1 addition & 1 deletion lingmo-core/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ pkgbase = lingmo-core
depends = xf86-input-libinput
depends = xf86-input-synaptics
source = https://github.com/LingmoOS/lingmo-core/archive/refs/tags/2.0.1.tar.gz
sha256sums = 9f1f0df483d3ef66db60338be0b4e8f54e663beab77b92427892c4a7be9f186a
sha256sums = 28a09d252f00f8f5f8e948ca2bc1f6e0dfc97776bc0cb7d28916590a64cc3e1f

pkgname = lingmo-core
2 changes: 1 addition & 1 deletion lingmo-core/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pkgver=2.0.1
url="https://lingmo.org"
license=("GPL")
source=("https://github.com/LingmoOS/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('9f1f0df483d3ef66db60338be0b4e8f54e663beab77b92427892c4a7be9f186a')
sha256sums=('28a09d252f00f8f5f8e948ca2bc1f6e0dfc97776bc0cb7d28916590a64cc3e1f')

prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
Expand Down
2 changes: 1 addition & 1 deletion lingmoui/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ pkgbase = lingmoui
depends = qt5-x11extras
depends = kwindowsystem5
source = https://github.com/LingmoOS/lingmoui/archive/refs/tags/2.2.1.tar.gz
sha256sums = 4feb069d34e5c53f2a1f3750e6f908a4d308ff7310eeaf5be1da39ac9e01417c
sha256sums = 28a09d252f00f8f5f8e948ca2bc1f6e0dfc97776bc0cb7d28916590a64cc3e1f

pkgname = lingmoui
2 changes: 1 addition & 1 deletion lingmoui/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pkgver=2.2.1
url="https://lingmo.org"
license=("GPL")
source=("https://github.com/LingmoOS/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('4feb069d34e5c53f2a1f3750e6f908a4d308ff7310eeaf5be1da39ac9e01417c')
sha256sums=('28a09d252f00f8f5f8e948ca2bc1f6e0dfc97776bc0cb7d28916590a64cc3e1f')

prepare() {
cd "${srcdir}/LingmoUI-${pkgver}"
Expand Down

0 comments on commit f3afddc

Please sign in to comment.