diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2020-02-07 23:30:16 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2020-02-07 23:30:16 +1100 |
commit | 0c048a25e92a04d854a7ea83f0692383b890d896 (patch) | |
tree | 1703da0444cdd51ed57b86ff8c52f27360e78024 /libinput | |
parent | 79a9f4ff78e7a402bd112e697321272835c71d21 (diff) | |
download | xorg-0c048a25e92a04d854a7ea83f0692383b890d896.tar.gz xorg-0c048a25e92a04d854a7ea83f0692383b890d896.tar.xz |
libinput: 1.15.0 -> 1.15.1
Diffstat (limited to 'libinput')
-rw-r--r-- | libinput/.signature | 6 | ||||
-rw-r--r-- | libinput/Pkgfile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libinput/.signature b/libinput/.signature index 707dc257..ca2a6ef1 100644 --- a/libinput/.signature +++ b/libinput/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndLEQLGkuDLf+cDFyao9ebuxj/iPdOGw/GC198NhmxBpFdV060PzVWPVodw0rDX9LuYu8UZNGka0TEjSUuSCVkww= -SHA256 (Pkgfile) = e4188c392c9e0b5e2d09eeb9bca3138f9d9dacc1dbd21254ac016c7c39874dde +RWTSGWF5Q7TndGIzTZmV0E08e7R/3dinhPWX/GeZVwp2qkeGVX9nBJ7h9Cy4YvhOZ7uVmhgo9kEaWJA+W8TilBuBRLAXq6cHsQA= +SHA256 (Pkgfile) = 3496784d8dae20a3c61e9d6f6af9575ed124b62bb9f8462924cc38111a9a6b91 SHA256 (.footprint) = fad7003784ab73aebd7d3049cf1f46ca1a2cee772895813cc4c0519116a018a2 -SHA256 (libinput-1.15.0.tar.xz) = bfbf1fef66bcb2be871a18783dfcfb88ecb431f496bf0a9cf6685fd29c5843e1 +SHA256 (libinput-1.15.1.tar.xz) = 6b2f57495c6f173ecf49ee19d3e10087d9916a52711e1b5eb01e0d9635950c16 diff --git a/libinput/Pkgfile b/libinput/Pkgfile index 5f740fb9..e1c9ddc3 100644 --- a/libinput/Pkgfile +++ b/libinput/Pkgfile @@ -4,9 +4,9 @@ # Depends on: eudev meson mtdev ninja xorg-libevdev name=libinput -version=1.15.0 +version=1.15.1 release=1 -source=(http://www.freedesktop.org/software/$name/$name-$version.tar.xz) +source=(https://www.freedesktop.org/software/$name/$name-$version.tar.xz) build() { cd $name-$version |