Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ libexempi.so.8 exempi-2.5.0_1
libatasmart.so.4 libatasmart-0.17_1
libsgutils2-1.45.so.2 libsgutils-1.45_1
libcpufreq.so.0 libcpufreq-007_1
libcpuid.so.17 libcpuid-0.7.0_1
libcpuid.so.18 libcpuid-0.8.1_1
libgucharmap_2_90.so.7 gucharmap-3.0.0_1
libgphoto2.so.6 libgphoto2-2.5.7_1
libgphoto2_port.so.12 libgphoto2-2.5.7_1
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/CPU-X/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'CPU-X'
pkgname=CPU-X
version=5.1.0
revision=3
revision=4
archs="x86_64* i686*"
build_style=cmake
hostmakedepends="pkg-config nasm gettext"
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/libcpuid/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'libcpuid'
pkgname=libcpuid
version=0.7.0
version=0.8.1
revision=1
archs="i686* x86_64*"
build_style=cmake
Expand All @@ -12,7 +12,7 @@ license="BSD-2-Clause"
homepage="https://github.com/anrieff/libcpuid"
changelog="https://raw.githubusercontent.com/anrieff/libcpuid/master/ChangeLog"
distfiles="https://github.com/anrieff/libcpuid/archive/v${version}.tar.gz"
checksum=cfd9e6bcda5da3f602273e55f983bdd747cb93dde0b9ec06560e074939314210
checksum=81f2f40da5d66b8220476e116cb40bca4e6a62c0d22bdeeb8e3856cf14607007

post_install() {
vlicense COPYING
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/nix/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'nix'
pkgname=nix
version=2.30.5
revision=3
revision=4
build_style=meson
build_helper=qemu
# Use /nix/var as suggested by the official Manual.
Expand Down